GFooh thanks a lot! Didn't know it existed, your post was one of the first I found when searching Linus BenknerReply·Article·Dec 30, 2022·How to nest groups in TailwindCSS
GFyay got it working by following the instructions in the npm page this part, adding jit and the group names: mode : "jit" , // ... plugins : [ require( "tailwindcss-scoped-groups" )({ groups : [ "one" , "two" ], }), ], thanks for the great plugin!Reply·Article·Dec 30, 2022·How to nest groups in TailwindCSS
GFHey thanks for this. I just tried it, but the group-scope classes don't do anything for me. Same issue as the tailwind play example - looking into it!Comment·Article·Dec 30, 2022·How to nest groups in TailwindCSS