Files
dbg-otherway/postcss.config.js
Fergal Moran e6ccc6b8f0 Initial commit
2023-02-23 11:35:19 +00:00

9 lines
204 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: {},
},
};