Skip to content

Commit 36aa8c9

Browse files
authored
docs: update start instructions to tailwindcss 4
1 parent 4c03406 commit 36aa8c9

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,12 @@ _daisyUI_ plugin for the Python ecosystem.
4646
download is complete, you should see the help output for the `tailwindcss-extra` command. Use it to create a
4747
new project or work with an existing _Tailwind CSS_ project.
4848

49-
3. Let's create a new project. Go to the directory where you want to host your _Tailwind CSS_ project and initialize it
50-
by running:
49+
3. Let's create a new project. Go to the directory where you want to create your _Tailwind CSS_ project and initialize it
50+
by creating an CSS file e.g. `input.css`:
5151

52+
```css
53+
@import "tailwindcss";
5254
```
53-
tailwindcss-extra init
54-
```
55-
56-
This command will create the default _tailwind.config.js_ file.
5755

5856
4. Start a watcher by running:
5957

0 commit comments

Comments
 (0)