mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
remove cssnano so users can run dev without minification
This commit is contained in:
parent
5892cd9aea
commit
c15f21e8e3
@ -3,13 +3,6 @@ module.exports = {
|
|||||||
'postcss-import': {},
|
'postcss-import': {},
|
||||||
'postcss-cssnext': {
|
'postcss-cssnext': {
|
||||||
browsers: ['last 2 versions', '> 5%'],
|
browsers: ['last 2 versions', '> 5%'],
|
||||||
},
|
|
||||||
'cssnano': {
|
|
||||||
discardComments: {
|
|
||||||
removeAll: true
|
|
||||||
},
|
|
||||||
minifyFontValues: false,
|
|
||||||
autoprefixer: false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user