mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'postcss-cssnext': {
|
|
browsers: ['last 2 versions', '> 5%'],
|
|
}
|
|
}
|
|
};
|