Nested box shadows #2343
martinstanicio
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yeah this is correct behavior at the moment anyways, only the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In my
tailwind.config.js
I can replace the default box shadows with something like this:And classes
shadow-red
,shadow-green
andshadow-blue
would work.However, something like this would not work, even though Visual Studio Code extension gives the right classes:
Above I expect the classes
shadow-color
andshadow-color-big
, but it seems like no classes are generated or applied.Beta Was this translation helpful? Give feedback.
All reactions