Css for alert level not generated inside condition #4063
Closed
BhuwanPandey
started this conversation in
General
Replies: 1 comment 2 replies
-
Problem is |
Beta Was this translation helpful? Give feedback.
2 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.
-
Actually , I am displaying alert level dynamically. When used them inside condition , Tailwind may not “see” the class at build time, so it doesn’t generate the CSS for alert.
i am using them inside jinja template
To generate corresponding css i used
npx @tailwindcss/cli -i tailwind.css -o main.css
How to generate css for all alert level always?
Beta Was this translation helpful? Give feedback.
All reactions