How do I get the API to render new styles #894
Unanswered
paulsutherland
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
I see CSS variables in the inlined CSS, looks like the Otherwise looks like CSS is generated and inlined correctly, what new classes aren't compiled? |
Beta Was this translation helpful? Give feedback.
1 reply
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 no doubt missing something very obvious, but I am having trouble getting this to work.
Any help will be gratefully appreciated.
When using the starter-api, if I drop in some new html into the example.js file it does not compile any new classes in the output.
Keeping everything as is and only changing the example.js file, I expected to be able to update the template and the build would pull out any new tailwind classes I added eg:
However, the output is:
Beta Was this translation helpful? Give feedback.
All reactions