diff options
Diffstat (limited to 'postcss.config.js')
-rw-r--r-- | postcss.config.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 90d9fff..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - plugins: { - autoprefixer: {}, - }, -} |