chore: Upgrade Tailwind from v2 to v3
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
purge: ['./public/index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
content: [
|
||||
'./public/index.html',
|
||||
'./src/**/*.{vue,js,ts,jsx,tsx}'
|
||||
],
|
||||
darkMode: 'class', // or 'media' or 'class'
|
||||
theme: {
|
||||
fontFamily: {
|
||||
|
Reference in New Issue
Block a user