From 63d45f5127a9e7eaa4033d6ccda8e16133b9381b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20R=20Pearson?= Date: Thu, 21 Nov 2024 18:12:40 +0700 Subject: [PATCH] Update README.md All other plugin README's instruct installation as dev dependency, so I assume that's also considered best practice with this one. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad19156..310cc99 100644 --- a/README.md +++ b/README.md @@ -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: