mirror of
https://github.com/LuauDAO/beachbums-nft-mint-dapp.git
synced 2026-01-08 20:57:54 -05:00
Upgrade tailwindcss to v3
This commit is contained in:
672
package-lock.json
generated
672
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -21,12 +21,12 @@
|
||||
"@types/node": "16.11.10",
|
||||
"@types/react": "17.0.37",
|
||||
"@types/react-blockies": "^1.4.1",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"autoprefixer": "^10.4.1",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-config-next": "12.0.4",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"postcss": "^8.4.3",
|
||||
"tailwindcss": "^2.2.19",
|
||||
"postcss": "^8.4.5",
|
||||
"tailwindcss": "^3.0.11",
|
||||
"typescript": "4.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
module.exports = {
|
||||
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
content: [
|
||||
'./pages/**/*.{js,ts,jsx,tsx}',
|
||||
'./components/**/*.{js,ts,jsx,tsx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user