Skip to content

Commit ca34613

Browse files
Apply suggestions from code review
Co-authored-by: Matt Gallagher <[email protected]>
1 parent 569b4d9 commit ca34613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/recipes/ui/remove-tailwind.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ By default, a full SAFE-stack application uses Tailwind CSS for styling. You mig
22

33
## 1. Remove Tailwind css classes
44

5-
Tailwind uses classes to style UI elements. In `src/Client`, search for all occurances of `prop.className` and `prop.classes` and remove them if they are used for Tailwind support. In a vanilla SAFE template installation, this means removing **all** occurrences of `prop.className`.
5+
Tailwind uses classes to style UI elements. In `src/Client`, search for all occurrences of `prop.className` and `prop.classes` and remove them if they are used for Tailwind support. In a vanilla SAFE template installation, this means removing **all** occurrences of `prop.className`.
66

77

88
## 2. Uninstall NPM packages
99

10-
Remove NPM packages that were installed for tailwind using
10+
Remove NPM packages that were installed for Tailwind using
1111

1212
```
1313
npm uninstall tailwindcss postcss autoprefixer
@@ -23,4 +23,4 @@ src/Client/tailwind.config.js
2323
src/Client/index.css
2424
```
2525

26-
Your SAFE is now tailwind-free.
26+
Your SAFE Stack app is now Tailwind-free.

0 commit comments

Comments
 (0)