Replies: 1 comment
-
Hey! Are you able to share your project? I haven't tried in Svelte, but just copy/pasted your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to define utilities for absent border-styles like inset, outset, ridge and groove.
Doing it like this:
Also tried utilities instead of base.
But JIT still ignores it and keeps saying that:
CssSyntaxError: blah-blah-blah-path/MyComponent.svelte:9:5: The
border-inset
class does not exist. Ifborder-inset
is a custom class, make sure it is defined within a@layer
directive.Can anyone, please, explain what I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions