You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently using Laravel 8.x with its TailwindCSS defaults and realize that the CSS build is taking a few seconds to complete.
My current approach is to keep using inline CSS' and classes in blade files when designing, and then manually move them to the CSS file when I'm done styling them. I don't know if this is the best approach as this will keeps the building time slow.
Is there any way to make this faster as I still want to use the TailwindCSS library in my main CSS file? (like using the @apply rules)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently using Laravel 8.x with its TailwindCSS defaults and realize that the CSS build is taking a few seconds to complete.
My current approach is to keep using inline CSS' and classes in blade files when designing, and then manually move them to the CSS file when I'm done styling them. I don't know if this is the best approach as this will keeps the building time slow.
Is there any way to make this faster as I still want to use the TailwindCSS library in my main CSS file? (like using the
@apply
rules)Beta Was this translation helpful? Give feedback.
All reactions