svelte-website/postcss.config.cjs

11 lines
156 B
JavaScript
Raw Normal View History

2022-07-04 17:24:21 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
plugins: [
require('tailwindcss'),
require('autoprefixer'),
]
}