tailwind-variants 0.1.3 → 0.1.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 +0 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -20,7 +20,6 @@
20
20
 
21
21
  ## Features
22
22
 
23
- - Zero runtime
24
23
  - First-class variant API
25
24
  - Responsive variants
26
25
  - Slots support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-variants",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "🦄 Tailwindcss first-class variant API",
5
5
  "author": "Junior Garcia <jrgarciadev@gmail.com>",
6
6
  "license": "MIT",
@@ -77,7 +77,6 @@
77
77
  "tailwindcss",
78
78
  "classes",
79
79
  "responsive",
80
- "zero-runtime",
81
80
  "variants",
82
81
  "styled",
83
82
  "styles"