rsnext/examples/cms-wordpress/postcss.config.js
2021-07-09 14:43:56 +02:00

8 lines
203 B
JavaScript

// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}