Files
OctoLauncher-personal/postcss.config.cjs
T
2026-05-08 00:00:00 +00:00

8 lines
122 B
JavaScript

module.exports = {
plugins: {
'tailwindcss/nesting': 'postcss-nested',
'tailwindcss': {},
'autoprefixer': {}
}
};