2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Use postcss-drop-empty-css-vars to remove empty CSS variables

This commit is contained in:
Julien Déramond
2022-07-14 18:27:33 +02:00
parent 713d7140f1
commit 087199c31a
3 changed files with 22 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ module.exports = context => {
return {
map: context.file.dirname.includes('examples') ? false : mapConfig,
plugins: {
"postcss-drop-empty-css-vars": {},
autoprefixer: {
cascade: false
},