Skip to content

Commit

Permalink
Update README.md (#33)
Browse files Browse the repository at this point in the history
All other plugin README's instruct installation as dev dependency, so I assume that's also considered best practice with this one.
  • Loading branch information
raulrpearson authored Dec 26, 2024
1 parent f8d4307 commit ef92eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A plugin for Tailwind CSS v3.2+ that provides utilities for container queries.
Install the plugin from npm:

```sh
npm install @tailwindcss/container-queries
npm install -D @tailwindcss/container-queries
```

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

0 comments on commit ef92eba

Please sign in to comment.