mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2026-06-04 00:29:17 -06:00
chore: fix warning at nested css
This commit is contained in:
+3
-3
@@ -3,8 +3,8 @@
|
|||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
plugins: {
|
plugins: {
|
||||||
'tailwindcss/nesting': 'postcss-nesting',
|
"tailwindcss/nesting": "postcss-nesting",
|
||||||
tailwindcss: {},
|
tailwindcss: {},
|
||||||
autoprefixer: {}
|
autoprefixer: {},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user