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, 0 insertions, 8 deletions
diff --git a/themes/ananke/src/css/postcss.config.js b/themes/ananke/src/css/postcss.config.js deleted file mode 100644 index 261591d..0000000 --- a/themes/ananke/src/css/postcss.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - plugins: { - 'postcss-import': {}, - 'postcss-cssnext': { - browsers: ['last 2 versions', '> 5%'], - } - } -}; |