diff options
Diffstat (limited to 'panel/postcss.config.js')
-rw-r--r-- | panel/postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/panel/postcss.config.js b/panel/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/panel/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} |