Upgrade postcss to v8

This commit is contained in:
khatabwedaa
2021-05-27 21:02:09 +02:00
parent 9744f9b326
commit fb8a4546af
3 changed files with 874 additions and 758 deletions

View File

@@ -14,15 +14,14 @@
"nuxt": "^2.14.12" "nuxt": "^2.14.12"
}, },
"devDependencies": { "devDependencies": {
"@nuxtjs/tailwindcss": "^3.4.2", "@nuxtjs/tailwindcss": "^4.1.2",
"@tailwindcss/postcss7-compat": "^2.0.3", "autoprefixer": "^10.2.6",
"autoprefixer": "^9",
"highlight.js": "^10.6.0", "highlight.js": "^10.6.0",
"husky": "^5.0.9", "husky": "^5.0.9",
"lint-staged": "^10.5.4", "lint-staged": "^10.5.4",
"postcss": "^7", "postcss": "^8.3.0",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat", "tailwindcss": "^2.1.2",
"vue-backtotop": "^1.6.1", "vue-backtotop": "^1.6.1",
"vue-clipboard2": "^0.3.1" "vue-clipboard2": "^0.3.1"
}, },

View File

@@ -1,10 +1,11 @@
module.exports = { module.exports = {
purge: [ purge: [
'./components/**/*.{vue,js}', './components/**/*.{vue,js}',
'./layouts/**/*.vue',
'./pages/**/*.vue', './pages/**/*.vue',
'./plugins/**/*.{js,ts}',
'./nuxt.config.{js,ts}', './nuxt.config.{js,ts}',
], ],
mode: 'jit',
darkMode: "class", darkMode: "class",
theme: { theme: {
extend: { extend: {

1620
yarn.lock

File diff suppressed because it is too large Load Diff