svgl/postcss.config.js

7 lines
79 B
JavaScript
Raw Normal View History

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};