manifold/web/postcss.config.js
2021-12-02 17:39:11 -06: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: {},
},
};