Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ef92eba
Author: Raúl R Pearson <[email protected]>
Date:   Fri Dec 27 05:08:03 2024 +0700

    Update README.md (tailwindlabs#33)

    All other plugin README's instruct installation as dev dependency, so I assume that's also considered best practice with this one.

commit f8d4307
Author: saibotk <[email protected]>
Date:   Fri Mar 22 18:16:49 2024 +0100

    ci: add provenance to all published packages (tailwindlabs#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
  • Loading branch information
NavOrange committed Dec 27, 2024
1 parent 7b81e74 commit 4334e7e
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 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:
Expand Down

0 comments on commit 4334e7e

Please sign in to comment.