yay 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!
Graeme Fulton
Buidling Prototypr.io and Letter.so
Hey 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!