tok-to-insta-follower-bridge/postcss.config.js
2024-11-24 20:01:04 +09:00

11 lines
180 B
JavaScript

/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
"tailwindcss/nesting": "postcss-nesting",
tailwindcss: {},
autoprefixer: {},
},
}