Is it possible to make PostCSS plugins work with cargo-leptos
? How does the TailwindCSS support work?
#1962
Answered
by
tqwewe
saikatdas0790
asked this question in
Q&A
-
I'm trying to use this CSS variables framework with Leptos. https://open-props.style/#getting-started It is a superior alternative to TailwindCSS and provides me an opinionated design system without the additional baggage of TailwindCSS. Specifically I'm trying to make the JIT mode work Grateful for any guidance/inputs on how to make this work |
Beta Was this translation helpful? Give feedback.
Answered by
tqwewe
Oct 29, 2023
Replies: 1 comment 5 replies
-
I personally just run postcss in a separate terminal and point cargo leptos to my build css file. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
saikatdas0790
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I personally just run postcss in a separate terminal and point cargo leptos to my build css file.