Skip to content

Commit 9e2b0ed

Browse files
committed
Fix case sensitive anchor link
1 parent 1c4da6a commit 9e2b0ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/docs/installation.blade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Installation"
1111

1212
## CDN
1313

14-
Before getting started please note, **many of the features that make Tailwind CSS great are not available using the CDN builds.** To take full advantage of Tailwind's features, [install Tailwind via npm](#NPM).
14+
Before getting started please note, **many of the features that make Tailwind CSS great are not available using the CDN builds.** To take full advantage of Tailwind's features, [install Tailwind via npm](#npm).
1515

1616
For pulling in Tailwind for quick demos or just giving the framework a spin, grab the latest default configuration build via CDN:
1717

@@ -77,12 +77,12 @@ To avoid specificity issues, we highly recommend structuring your main styleshee
7777
* override them.
7878
*
7979
* Example:
80-
*
80+
*
8181
* .btn { ... }
8282
* .form-input { ... }
8383
*
8484
* Or if using a preprocessor:
85-
*
85+
*
8686
* @@import "components/buttons";
8787
* @@import "components/forms";
8888
*/
@@ -103,7 +103,7 @@ To avoid specificity issues, we highly recommend structuring your main styleshee
103103
* .skew-45 { ... }
104104
*
105105
* Or if using a preprocessor..
106-
*
106+
*
107107
* @@import "utilities/background-patterns";
108108
* @@import "utilities/skew-transforms";
109109
*/

0 commit comments

Comments
 (0)