-
Beta Was this translation helpful? Give feedback.
Answered by
webdiscus
Jun 15, 2023
Replies: 2 comments
-
Hallo @hqw567, here is the small example how to use the tailwindcss. Try to use:
Each HTML site should have an own style file, e.g. Each page style can use the global Note: tailwindcss can be initialized in a SCSS/CSS file but not in inlined style in HTML. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hqw567
-
Thank you very much for your help! |
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
Hallo @hqw567,
here is the small example how to use the tailwindcss.
Try to use:
Each HTML site should have an own style file, e.g.
home.html - home.scss
news.html - news.scss
etc.
Each page style can use the global
main.scss
where should be initialized tailwindcss.Note: tailwindcss can be initialized in a SCSS/CSS file but not in inlined style in HTML.