tok-to-insta-follower-bridge/postcss.config.js
2024-11-24 15:33:45 +09:00

11 lines
178 B
JavaScript

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