Skip to content

Commit 665f0e0

Browse files
authored
Update README.md
1 parent bac43e9 commit 665f0e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please checkout my new [`purgeTSS`](https://github.com/macCesar/purgeTSS) CLI.
77

88
1. Just install it globally on your machine.
99
```bash
10-
[sudo] npm i -g purgetss
10+
> [sudo] npm i -g purgetss
1111
```
1212

1313
2. Use any [`tailwind.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/tailwind.tss), [`fontawesome.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/fontawesome.tss) or [`lineicons.tss`](https://github.com/macCesar/purgeTSS/blob/master/tss/lineicons.tss) classes in your views.
@@ -17,12 +17,12 @@ Please checkout my new [`purgeTSS`](https://github.com/macCesar/purgeTSS) CLI.
1717
> purgetss
1818
```
1919

20-
4. **And as simple as that, youll have a purged `app.tss` file with only the styles used in your App.**
20+
4. **And as simple as that, you'll have a purged `app.tss` file with only the styles used in your XML files.**
2121

2222
### Important Notice!
2323
> When you run `purgeTSS` for the first time, it will backup your `app.tss` file to `_app.tss`.
2424
>
25-
> It will use it together with `tailwind.tss`,` fontawesome.tss`, `materialicons.tss`,` lineicons.tss` and your `custom.tss` file to create a new purged ʻapp.tss` file.
25+
> It will use it together with `tailwind.tss`, `fontawesome.tss`, `materialicons.tss`, `lineicons.tss` and your `custom.tss` file to create a new purged `app.tss` file.
2626
>
2727
> From now on, add, update or remove your custom classes in `_app.tss.`
2828

0 commit comments

Comments
 (0)