PaletteSwitcher/palette-switcher-v2/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2024-01-16 05:44:06 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2024-01-16 20:52:47 +00:00
};