@kadoui/tailwindcss 1.2.6 → 1.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kadoui/tailwindcss",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Kadoui TailwindCSS styles",
5
5
  "author": "FarzadVav",
6
6
  "license": "MIT",
@@ -167,6 +167,11 @@
167
167
  min-height: calc(var(--element-size) / 2);
168
168
  }
169
169
 
170
+ @utility icon-size {
171
+ width: calc(var(--element-size) / 1.75);
172
+ height: calc(var(--element-size) / 1.75);
173
+ }
174
+
170
175
  @utility element-rounded-full {
171
176
  --element-rounded: calc(infinity * 1px);
172
177
  }