dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add inheritance for social links. (#107)
CCS
17.03.2018
10b6b6be0f1575622d7dd8e7b4049e1691a31cd2
[external-software/github_gohugo-theme-ananke.git]
/
src
/
css
/
postcss.config.js
1
2
3
4
5
6
7
8
module.exports = {
plugins: {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
}
}
};