This commit is contained in:
Samuel Štancl 2020-01-27 18:36:13 +01:00
parent cd88ab7dbb
commit 22324ec158
4 changed files with 191 additions and 88 deletions

View file

@ -5,14 +5,14 @@
"production": "cross-env NODE_ENV=production postcss tailwind.css -o dist/tailwind.css"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"tailwindcss": "^1.0"
"autoprefixer": "^9.7.4",
"tailwindcss": "^1.1.4"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@tailwindcss/custom-forms": "^0.2.0",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"@fullhuman/postcss-purgecss": "^1.3.0",
"@tailwindcss/custom-forms": "^0.2.1",
"concurrently": "^4.1.2",
"cross-env": "^5.2.1",
"cssnano": "^4.1.10",
"live-server": "^1.2.1",
"postcss-cli": "^6.1.2"