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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import { TextField } from 'lite-react-ui';
15
15
onChange={}
16
16
/>
17
17
```
18
-
## How to customize the default styles of a component.
18
+
## How to customize the default styles of a component
19
19
20
20
When overriding default styles we recommend using `!important` variants of [`Tailwindcss`](https://tailwindcss.com/docs/installation) util-classes. Preferably version 3 or later (or a version earlier than version 3 that supports JIT compiling) so that just-in-time compilation can be utilized to generate `!important` variants of a tailwind class on the fly that can then be used to override the default styles of a lite-react-ui component.
0 commit comments