Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniGuardiola committed May 28, 2024
1 parent a0e3e4a commit 7d756c2
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 @@ -103,7 +103,7 @@ A fixed prefix that will be prepended to local `@keyframes` animation names. If

A function that generates a hashed prefix specific to each CSS file. The default implementation is declared in the [`index.js`](./index.js) file (`plugin.generateHashedPrefix`), and it depends exclusively on the full content of the CSS file being processed.

If you want to re-use the built-in hash function (insecure but simple and fast) in your custom hashed prefix generator, you can access it through the `hash` method in the plugin object:
If you want to re-use the built-in hash function (unsafe but simple and fast) in your custom hashed prefix generator, you can access it through the `hash` method in the plugin object:

```js
const localKeyframesPlugin = require("postcss-local-keyframes");
Expand Down

0 comments on commit 7d756c2

Please sign in to comment.