rsnext/examples/cms-builder-io/postcss.config.js
2022-01-12 21:58:43 +00: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: {},
},
}