sprigsy-editor/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-08-14 21:41:49 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};