@warp-ds/uno
Advanced tools
Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
{ | ||
"name": "@warp-ds/uno", | ||
"repository": "git@github.com:warp-ds/drive.git", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "exports": { |
@@ -39,2 +39,5 @@ import { positionMap, globalKeywords, makeGlobalStaticRules } from '#utils'; | ||
...makeGlobalStaticRules('bg-origin', 'background-origin'), | ||
//arbitrary | ||
[/^bg-\[url\('(.+)'\)]/, ([, p]) => ({ 'background-image': `url(${p})` })], | ||
]; |
Sorry, the diff of this file is too big to display
194228
5446