fix: Replace csswring (deprecated) with postcss-clean

This commit is contained in:
Robert Prehn 2021-07-22 09:23:26 -05:00
parent 5cbc1b9567
commit f97f952a12
3 changed files with 11671 additions and 11695 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,12 +12,12 @@
"@fortawesome/fontawesome-free": "^5.14.0",
"alpinejs": "^2.8.1",
"autoprefixer": "^9.8.6",
"csswring": "^7.0.0",
"glob": "^7.1.6",
"npm-force-resolutions": "^0.0.10",
"phoenix": "file:/../../../deps/phoenix",
"phoenix_html": "file:/../../../deps/phoenix_html",
"phoenix_live_view": "file:../../../deps/phoenix_live_view",
"postcss-clean": "^1.2.2",
"postcss-color-function": "^4.1.0",
"simplemde": "^1.11.2",
"squeak": "^1.3.0",

View file

@ -5,7 +5,7 @@ module.exports = {
}),
require("tailwindcss"),
require("autoprefixer"),
require("csswring")(),
require("postcss-clean")(),
require("postcss-color-function")(),
],
};