diff options
author | Zach van Rijn <me@zv.io> | 2021-08-08 15:50:42 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-08-08 15:50:42 -0500 |
commit | 75a9964074d026ad0c21e622802558f295fc901f (patch) | |
tree | 6d8056429e3061b1089e16adf69c0e94280f9856 | |
parent | 7a0e3080777627bba6d157cdc6ef91ce976d5feb (diff) | |
download | site-ng-75a9964074d026ad0c21e622802558f295fc901f.tar.gz site-ng-75a9964074d026ad0c21e622802558f295fc901f.tar.bz2 site-ng-75a9964074d026ad0c21e622802558f295fc901f.tar.xz site-ng-75a9964074d026ad0c21e622802558f295fc901f.zip |
Maybe?
-rw-r--r-- | assets/css/postcss.config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/postcss.config.js b/assets/css/postcss.config.js index e0d897c..c240dd5 100644 --- a/assets/css/postcss.config.js +++ b/assets/css/postcss.config.js @@ -20,9 +20,9 @@ module.exports = conf => { require('postcss-unprefix')(), require('autoprefixer')(), // does not /add/ prefixes by default, hence previous step - require('cssnano')({ - preset: 'advanced' - }), +// require('cssnano')({ +// preset: 'advanced' +// }), ] }; }; |