Replies: 1 comment
-
You can use selector {
@variant md {
height: 74px;
background-image: url("bg.jpg");
}
} |
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.
-
Hi,
I am trying to get access to the break points defined in tailwind inside my css.
I have css and the use of the breakpoints in the @apply and these works fine. However I have a need to add some breakpoints to the css.
something like
Is there a method do this so I do not have to have 2 sets of definitions for the breakpoints.
Thanks
Gordon
Beta Was this translation helpful? Give feedback.
All reactions