Skip to content

Commit 482caff

Browse files
committed
Doc: Fix link to subsection
1 parent 79b9512 commit 482caff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tailwindcss/getting_started_tailwindcss.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ In your `index.html` file, include the file as follows:
231231

232232
The approach we have used above can quickly see that the file becomes big. In production, this is not recommended. You do not want to have an unusually large file in your production deployment of a website. Tailwind CSS can be installed as a plugin for the [PostCSS](https://tailwindcss.com/docs/installation/using-postcss) CSS transformation tool used to optimize the CSS file to include only classes we'd want to use. These are the things we will do to install Tailwind CSS in the recommended way:
233233

234-
- [Install Node.js and `npm`](#install-nodejs-and-npm)
234+
- [Install Node.js and `npm` (using APT)](#install-nodejs-and-npm-using-apt)
235+
- [Install Node.js and `npm` (from source)](#install-nodejs-and-npm-from-source)
235236
- [Update Flask Project Structure](#update-flask-project-structure)
236237
- [Install Tailwind CSS in Flask](#install-tailwind-css-in-flask)
237238
- [Configure PostCSS](#configure-postcss)

0 commit comments

Comments
 (0)