How to reference Tailwind variable in regular SCSS ? #2738
-
Hi ! 👋🏻 * {
scrollbar-color: var(--color-primary-300) var(--color-primary-700);
scrollbar-width: 8px; // btw, this property is not supported by Firefox, but it's an example ! 😆
} and this in my spacing: {
...
2: '0.5rem'
...
}, How may I bring the spacing of |
Beta Was this translation helpful? Give feedback.
Answered by
florianbouvot
Nov 5, 2020
Replies: 2 comments
-
@kissu like this:
But look at this for more info: https://tailwindcss.com/docs/using-with-preprocessors |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kissu
-
Haha, I knew I saw it somewhere once ! |
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
@kissu like this:
But look at this for more info: https://tailwindcss.com/docs/using-with-preprocessors