Skip to content

Commit

Permalink
Required because of a bug in cssnano
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed Sep 27, 2022
1 parent b21f550 commit 672016b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cssnano.config.js
@@ -0,0 +1,8 @@
module.exports = {
preset: [
"default",
{
convertValues: false,
},
],
};

0 comments on commit 672016b

Please sign in to comment.