From 4334e7ed5364080a16096969e2ddf97363935f96 Mon Sep 17 00:00:00 2001 From: Coda Date: Fri, 27 Dec 2024 12:53:13 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit ef92eba7a7df60659da1ab8dd584346f00efae73 Author: Raúl R Pearson Date: Fri Dec 27 05:08:03 2024 +0700 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. commit f8d4307afdd3d913c3ddd406334c1a07f427c5b3 Author: saibotk Date: Fri Mar 22 18:16:49 2024 +0100 ci: add provenance to all published packages (#25) This commit adds provenance for all published packages. See the NPM documentation [0]. Provenance will allow people to verify that the packages were actually built on GH Actions and with the content of the corresponding commit. This will help with supply chain security. For this to work, the `id-token` permission was added only where necessary. [0]: https://docs.npmjs.com/generating-provenance-statements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff59aef..dbebbf8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A plugin for Tailwind CSS v3.2+ that provides utilities for safe area. Install the plugin from npm: ```sh -npm install @ban12/tailwindcss-safe-area +npm install -D @ban12/tailwindcss-safe-area ``` Then add the plugin to your `tailwind.config.js` file: