This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
gohugo-theme-ananke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
43
Wiki
Activity
Browse Source
remove cssnano so users can run dev without minification
tags/1.2
Bud Parr
7 years ago
parent
5892cd9aea
commit
c15f21e8e3
No account linked to committer's email address
1 changed files
with
1 additions
and
8 deletions
Split View
Show Diff Stats
1
8
src/css/postcss.config.js
+ 1
- 8
src/css/postcss.config.js
View File
@@ -3,13 +3,6 @@ module.exports = {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
},
'cssnano': {
discardComments: {
removeAll: true
},
minifyFontValues: false,
autoprefixer: false
}
}
}
};
Write
Preview
Loading…
Cancel
Save