You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2021. It is now read-only.
The `group` class does not exist. If `group` is a custom class, make sure it is defined within a `@layer` directive.
9 |
10 | tr {
> 11 | @apply group;
| ^
12 | }
13 |
at processResult (/.../node_modules/webpack/lib/NormalModule.js:597:19)
at /.../node_modules/webpack/lib/NormalModule.js:691:5
at /.../node_modules/loader-runner/lib/LoaderRunner.js:399:11
at /.../node_modules/loader-runner/lib/LoaderRunner.js:251:18
at context.callback (/.../node_modules/loader-runner/lib/LoaderRunner.js:124:13)
at Object.loader (/.../node_modules/postcss-loader/dist/index.js:102:7)
I'm getting this error
I'm using it as described here - https://tailwindcss.com/docs/hover-focus-and-other-states#group-hover - so to me, group is not a custom class - any recommendations here?
The text was updated successfully, but these errors were encountered: