diff options
Diffstat (limited to 'themes/ananke/src/css/postcss.config.js')
-rw-r--r-- | themes/ananke/src/css/postcss.config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/ananke/src/css/postcss.config.js b/themes/ananke/src/css/postcss.config.js new file mode 100644 index 0000000..261591d --- /dev/null +++ b/themes/ananke/src/css/postcss.config.js @@ -0,0 +1,8 @@ +module.exports = { + plugins: { + 'postcss-import': {}, + 'postcss-cssnext': { + browsers: ['last 2 versions', '> 5%'], + } + } +}; |