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
clean up
tags/1.2
Bud Parr
7 years ago
parent
31409aae1c
commit
86d965bef5
No account linked to committer's email address
1 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
2
2
src/css/postcss.config.js
+ 2
- 2
src/css/postcss.config.js
View File
@@ -2,7 +2,7 @@ module.exports = {
plugins: {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
}
browsers: ['last 2 versions', '> 5%'],
}
}
};
Write
Preview
Loading…
Cancel
Save