1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-11 14:35:29 -04:00

remove postcss-pxtorem plugin

This commit is contained in:
2020-01-09 20:56:22 -05:00
parent 53d5a824a0
commit 4512dce17a
4 changed files with 2 additions and 41 deletions
-3
View File
@@ -7,9 +7,6 @@ module.exports = {
configFile: ".stylelintrc.json"
}),
require("autoprefixer")(),
require("postcss-pxtorem")({
replace: true
}),
require("postcss-clean")({
compatibility: "*",
level: 0,