Gwk-Cultural-Park/postcss.config.js

9 lines
203 B
JavaScript
Raw Normal View History

2024-09-07 01:40:25 +00:00
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}