@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.16", | ||
"version": "1.0.0-alpha.17", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -7,2 +7,3 @@ import { handler as h, directionMap } from '#utils'; | ||
[/^i-border-(.+)$/, ([, cssvar]) => ({ 'border-color': h.warpToken(cssvar) })], | ||
[/^i-shadow-(.+)$/, ([, cssvar]) => ({ 'box-shadow': h.warpToken(cssvar) })], | ||
[/^i-border-([rltb])-(.+)$/, ([, direction, cssvar]) => { | ||
@@ -9,0 +10,0 @@ if (direction in directionMap && cssvar != null) { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195872
5493