Css & Theme
Publish the theme files
If you make a new theme, please share it, by making a PR, or opening an issue
Tailwind 3
Tailwind 2
Add to layout
app.blade.php
Optional custom.css
custom.css
resources/css/custom.css
Add to app.css
app.css
Warning!
Potential css class naming conflicts
form-*
classes from the old tailwind custom-forms
plugin, were removed with Tailwind 2.0, but later reintroduced in the new Tailwind form
plugin.
For fallback reasons they were added to tall-theme.css
You may get class-name conflicts if:
You have any of the class names in your current project
You activated "Using classes instead of element selectors" in Tailwind form plugin
Solution: remove or alter the classes in tall-theme.css
. (Search for "form-input" and you'll find them listed there.)
The tall-theme.css
also contains:
all the
Teal
colors from Tailwind 1.xshadow-xs
class from Tailwind 1.x
Last updated
Was this helpful?