tailwind-clamp 4.0.13 → 4.0.14
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.
- package/README.md +3 -3
- 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
|