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