Skip to content

Commit 531c21f

Browse files
authored
Fix numbering for headers (#25825)
1 parent 718d0fb commit 531c21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/tailwind-css.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ plugins: [
143143
**Note:** Optionally you can add a corresponding configuration file (by default it will be `tailwind.config.js`).
144144
If you are adding a custom configuration, you will need to load it after `tailwindcss`.
145145

146-
### 4. Add custom CSS/SCSS files
146+
### 3. Add custom CSS/SCSS files
147147

148148
**Note**: This approach is not needed if you chose CSS-in-JS above, as you can already nest styles and `@apply` rules directly from your `.js` files.
149149

@@ -181,7 +181,7 @@ In `gatsby-browser.js` add an import rule for your Tailwind directives and custo
181181
import "./src/css/index.css"
182182
```
183183

184-
### 5. Purging your CSS
184+
### 4. Purging your CSS
185185

186186
Now we've fully configured Tailwind CSS, we want to make sure that only the classes we need are delivered to the browser. By default, Tailwind is a very large library because it includes every combination of every class you might think of. Most of these you won't need, so we use PurgeCSS to remove any unused classes.
187187

0 commit comments

Comments
 (0)