tailwind-clamp 4.0.3 → 4.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,7 +43,7 @@ The plugin allows two configuration options:
43
43
  Value should be a css length (`px`, `rem`, `em`). The unit for both options need to match.
44
44
 
45
45
  ```css
46
- @import 'tailwindcss';
46
+ @import "tailwindcss";
47
47
  @plugin "tailwind-clamp" {
48
48
  minViewportWidth: 25rem,
49
49
  maxViewportWidth: 80rem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-clamp",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Tailwind CSS plugin to use CSS clamp in your projects",
5
5
  "main": "dist/index.umd.cjs",
6
6
  "module": "dist/index.js",