File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ Make sure that you have <a href="https://nodejs.org/en/" rel="nofollow" target="
7171npm install flowbite
7272```
7373
74- 2 . Import Flowbite as a plugin inside your main Tailwind CSS file:
74+ 2 . Import Flowbite as a plugin inside your main ` input.css ` CSS file:
7575
76- ``` javascript
76+ ``` css
7777@plugin "flowbite/plugin";
7878```
7979
80- 3 . Make sure that you add the Flowbite JS source files to your CSS file:
80+ 3 . Make sure that you add the Flowbite JS source files to your ` input.css ` CSS file:
8181
82- ``` bash
82+ ``` css
8383@source "../node_modules/flowbite";
8484```
8585
@@ -95,7 +95,7 @@ If you have and old project with Tailwind CSS v3 then [check out this guide](#ta
9595
9696### Include using CDN
9797
98- The quickest way to get started working with FlowBite is to simply include the CSS and JavaScript into your project via CDN.
98+ The quickest way to get started working with Flowbite is to include the CSS and JS into your project via CDN.
9999
100100Require the following minified stylesheet inside the ` head ` tag:
101101
Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Make sure that you have <a href="https://nodejs.org/en/" rel="nofollow" target="
2727npm install flowbite
2828```
2929
30- 2 . Import Flowbite as a plugin inside your main Tailwind CSS file:
30+ 2 . Import Flowbite as a plugin inside your main ` input.css ` CSS file:
3131
32- ``` javascript
32+ ``` css
3333@plugin "flowbite/plugin";
3434```
3535
36- 3 . Make sure that you add the Flowbite JS source files to your CSS file:
36+ 3 . Make sure that you add the Flowbite JS source files to your ` input.css ` CSS file:
3737
38- ``` bash
38+ ``` css
3939@source "../node_modules/flowbite";
4040```
4141
@@ -51,7 +51,7 @@ If you have and old project with Tailwind CSS v3 then [check out this guide](#ta
5151
5252### Include using CDN
5353
54- The quickest way to get started working with FlowBite is to simply include the CSS and JavaScript into your project via CDN.
54+ The quickest way to get started working with Flowbite is to include the CSS and JS into your project via CDN.
5555
5656Require the following minified stylesheet inside the ` head ` tag:
5757
@@ -200,7 +200,7 @@ Now you should be good to go! Check the <a href="https://tailwindcss.com/docs/up
200200
201201## Tailwind CSS v3
202202
203- We recommend using the current stable 3.x version of Tailwind CSS until v4.0 becomes the standard version .
203+ We recommend you to follow the upgrade guide from v3 to v4 since Flowbite works with both .
204204
205205## Tailwind CSS v2
206206
You can’t perform that action at this time.
0 commit comments