We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c03406 commit 36aa8c9Copy full SHA for 36aa8c9
1 file changed
README.md
@@ -46,14 +46,12 @@ _daisyUI_ plugin for the Python ecosystem.
46
download is complete, you should see the help output for the `tailwindcss-extra` command. Use it to create a
47
new project or work with an existing _Tailwind CSS_ project.
48
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:
+3. Let's create a new project. Go to the directory where you want to create your _Tailwind CSS_ project and initialize it
+ by creating an CSS file e.g. `input.css`:
51
52
+ ```css
53
+ @import "tailwindcss";
54
```
- tailwindcss-extra init
- ```
55
-
56
- This command will create the default _tailwind.config.js_ file.
57
58
4. Start a watcher by running:
59
0 commit comments