@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -54,5 +54,5 @@ import { escapeSelector } from '@unocss/core'; | ||
function handlerArbitraryBorderSize([, a, v]) { | ||
if (a in directionMap && v != null) return directionMap[a].map((i) => [`border${i}-width`, v]); | ||
if (a in directionMap && v != null) return directionMap[a].map((i) => [`border${i}-width`, `${v}px`]); | ||
return [[`border-width`, v]]; | ||
return [[`border-width`, `${v}px`]]; | ||
} | ||
@@ -59,0 +59,0 @@ |
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
195704