rsnext/examples/blog-starter/postcss.config.js

4 lines
65 B
JavaScript
Raw Normal View History

module.exports = {
plugins: ['tailwindcss', 'autoprefixer'],
}