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
This throws a circular dependency error (which is expected).
.rounded-full {
@apply rounded-full;
}
This doesn't throw an error but just gets stuck then crashes with some out of memory error.
.rounded-full {
img { @apply rounded-full; }
}
I'm pretty sure the above code worked at one time, but probably doesn't anymore due to the recent changes.
But it should probably throw an error instead of just loading forever then crashing.
The text was updated successfully, but these errors were encountered:
jjjrmy
changed the title
Not Throwing: You cannot @apply the rounded-full utility here because it creates a circular dependency.
Not throwing errors for nested circular dependency.
Sep 3, 2020
At its core this is the same underlying issue as #2192, so going to close this one but once we fix general support for nesting with @apply you will see a useful error here instead of the infinite loop crashing crap 👍
This throws a circular dependency error (which is expected).
This doesn't throw an error but just gets stuck then crashes with some out of memory error.
I'm pretty sure the above code worked at one time, but probably doesn't anymore due to the recent changes.
But it should probably throw an error instead of just loading forever then crashing.
The text was updated successfully, but these errors were encountered: