websites/apps/web/postcss.config.js
2023-11-13 11:24:58 +01:00

10 lines
205 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: {},
},
};