chore: fix warning at nested css

This commit is contained in:
kawamataryo 2024-11-24 20:01:04 +09:00
parent f6b13b2ab8
commit 13f373f751

View File

@ -3,8 +3,8 @@
*/
module.exports = {
plugins: {
'tailwindcss/nesting': 'postcss-nesting',
"tailwindcss/nesting": "postcss-nesting",
tailwindcss: {},
autoprefixer: {}
}
autoprefixer: {},
},
}