Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Gallagher <[email protected]>
  • Loading branch information
Larocceau and mattgallagher92 authored Jan 2, 2024
1 parent 569b4d9 commit ca34613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/recipes/ui/remove-tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ By default, a full SAFE-stack application uses Tailwind CSS for styling. You mig

## 1. Remove Tailwind css classes

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`.
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`.


## 2. Uninstall NPM packages

Remove NPM packages that were installed for tailwind using
Remove NPM packages that were installed for Tailwind using

```
npm uninstall tailwindcss postcss autoprefixer
Expand All @@ -23,4 +23,4 @@ src/Client/tailwind.config.js
src/Client/index.css
```

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

0 comments on commit ca34613

Please sign in to comment.