tailwind-clamp 4.0.13 → 4.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,9 +44,9 @@ Value should be a css length (`px`, `rem`, `em`). The unit for both options need
44
44
  ```css
45
45
  @import "tailwindcss";
46
46
  @plugin "tailwind-clamp" {
47
- minSize: 25rem,
48
- maxSize: 80rem
49
- };
47
+ minSize: 25rem;
48
+ maxSize: 80rem;
49
+ }
50
50
  ```
51
51
 
52
52
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-clamp",
3
- "version": "4.0.13",
3
+ "version": "4.0.15",
4
4
  "description": "Plugin to leverage the the CSS clamp function in your Tailwind CSS project.",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "module": "dist/index.js",