what am i doing wrong with @plugin
?
#18214
Replies: 0 comments
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.
-
I have a sveltekit project with vite and tailwind set up, everything works as it should up until creating a plugin. My plugin is to have
grid-area: <name>
be available (surprised its not by default) and this is what i came up with:i looked into
@utility grid-area-*
but that only works with numbers so it doesnt work, and i do not want to have fixed grid area names, i work with lots of names coming up and changing and it would be nice for me to have.in my css file i have this:
The error i then get is this:
They are in the same folder so no need for
../
or./
but it is the same issue with./
. What am i doing wrong?Beta Was this translation helpful? Give feedback.
All reactions