Seems like app.css lacks some classes? #213
-
Hello everyone, when I use the tailpress theme, certain classes seem to be absent, for example: lg:p-10 does not work. Any clues on what needs to be done or what I am doing wrong? Thank you and appreciate your answers and contributions to this great project. |
Beta Was this translation helpful? Give feedback.
Answered by
blickywitdastiffy
Mar 5, 2024
Replies: 1 comment
-
Jus make sure you have 'npm run watch' on. Tailpress will add to app.css some classes only if they are actually used in the HTML :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
blickywitdastiffy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jus make sure you have 'npm run watch' on. Tailpress will add to app.css some classes only if they are actually used in the HTML :)