Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion articles/styling/utility-classes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@

A complete list of Tailwind utility classes is available in the link:https://tailwindcss.com/[Tailwind CSS documentation,window=_blank].

When enabled, the Vaadin build process feeds all source files through the Tailwind compiler that collects all Tailwind class names used in them and compiles a static stylesheet that contains CSS only for the identified class names.
.Class names need to be present in the source code.
[IMPORTANT]
When enabled, the Vaadin build process feeds all source files through the Tailwind compiler. The compiler then collects all Tailwind class names used in the source files and compiles a static stylesheet that contains CSS only for the identified class names. That means you can't use any other class names in the browser inspector, for example, when degugging or testing in the browser.

Check failure on line 74 in articles/styling/utility-classes.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'degugging'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'degugging'?", "location": {"path": "articles/styling/utility-classes.adoc", "range": {"start": {"line": 74, "column": 350}}}, "severity": "ERROR"}

== Lumo Utility Classes

Expand Down
Loading