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
+4 -4
View File
@@ -30,7 +30,7 @@
"@fontsource/inter": "4.5.1",
"@fontsource/roboto-mono": "4.5.0",
"@octokit/graphql": "^4.8.0",
"@sentry/node": "^6.14.3",
"@sentry/node": "^6.15.0",
"clipboard-copy": "^4.0.1",
"cross-fetch": "^3.1.4",
"dark-mode-switcheroo": "^0.10.0",
@@ -87,7 +87,6 @@
"postcss": "^8.3.11",
"postcss-focus": "^5.0.1",
"postcss-loader": "^6.2.0",
"postcss-normalize-charset": "^5.0.1",
"postcss-svgo": "^5.0.3",
"prettier": "~2.4.1",
"sass": "^1.43.4",
@@ -100,9 +99,10 @@
"stylelint-no-unsupported-browser-features": "~5.0.2",
"stylelint-prettier": "~2.0.0",
"stylelint-scss": "~4.0.0",
"terser": "^5.9.0",
"terser": "^5.10.0",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.64.0",
"web-vitals": "^2.1.2",
"webpack": "^5.64.1",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"