@olets/tailwindcss-fluid-font-size
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
{ | ||
"name": "@olets/tailwindcss-fluid-font-size", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Tailwind CSS fluid font-size plugin", | ||
@@ -17,5 +17,5 @@ "main": "dist/index.js", | ||
"test": "jest --testPathPattern=./tests", | ||
"dev": "pnpm test -- --watch", | ||
"dev": "bun test -- --watch", | ||
"lint": "eslint . --ignore-path .gitignore --fix --max-warnings 0", | ||
"publish": "npm publish --access=public && pnpm dlx jsr publish", | ||
"publish": "npm publish --access=public && bunx jsr publish", | ||
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular" | ||
@@ -22,0 +22,0 @@ }, |
@@ -15,14 +15,21 @@ # tailwindcss-fluid-font-size | ||
| ||
📖 Visit the docs site at https://tailwindcss-fluid-font-size.olets.dev/ | ||
📖 See the docs site at https://tailwindcss-fluid-font-size.olets.dev/ | ||
| ||
| ||
Or dive right in. | ||
```sh | ||
# run one of | ||
# Install from NPM | ||
# (recommended) | ||
# by running one of | ||
bun add -D @olets/tailwindcss-fluid-font-size | ||
deno add npm:@olets/tailwindcss-fluid-font-size | ||
npm add -D @olets/tailwindcss-fluid-font-size | ||
pnpm add -D @olets/tailwindcss-fluid-font-size | ||
yarn add -D @olets/tailwindcss-fluid-font-size | ||
# Or install from JSR | ||
# (deprecated, may be removed from JSR registry in a future major version) | ||
# by running one of | ||
bunx jsr add -D @olets/tailwindcss-fluid-font-size | ||
@@ -29,0 +36,0 @@ deno add @olets/tailwindcss-fluid-font-size |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156121
85