1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

remove unnecessary charset at-rule from CSS

This commit is contained in:
2021-11-16 06:59:56 -05:00
parent aff1f106bf
commit ed97527ee4
7 changed files with 88 additions and 92 deletions

View File

@@ -11,7 +11,6 @@ import TerserPlugin from "terser-webpack-plugin";
import autoprefixer from "autoprefixer";
import postcssSvgo from "postcss-svgo";
import postcssFocus from "postcss-focus";
import postcssNormalizeCharset from "postcss-normalize-charset";
// https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c#what-do-i-use-instead-of-__dirname-and-__filename
const __dirname = path.dirname(fileURLToPath(import.meta.url));
@@ -132,7 +131,6 @@ export default {
encode: true,
}),
postcssFocus(),
postcssNormalizeCharset(),
],
},
},