Skip to content

Commit ef92eba

Browse files
authored
Update README.md (#33)
All other plugin README's instruct installation as dev dependency, so I assume that's also considered best practice with this one.
1 parent f8d4307 commit ef92eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A plugin for Tailwind CSS v3.2+ that provides utilities for container queries.
77
Install the plugin from npm:
88

99
```sh
10-
npm install @tailwindcss/container-queries
10+
npm install -D @tailwindcss/container-queries
1111
```
1212

1313
Then add the plugin to your `tailwind.config.js` file:

0 commit comments

Comments
 (0)