Skip to content

Commit a596a73

Browse files
authored
Update README.md
1 parent 0822edd commit a596a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { TextField } from 'lite-react-ui';
1515
onChange={}
1616
/>
1717
```
18-
## How to customize the default styles of a component.
18+
## How to customize the default styles of a component
1919

2020
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.
2121

0 commit comments

Comments
 (0)