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:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user