@cssfn/cssfn
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -58,10 +58,11 @@ import { | ||
foreg: 'color', | ||
foreground: 'color', | ||
backg: 'background', | ||
'backgClip': 'backgroundClip', | ||
backgClip: 'backgroundClip', | ||
anim: 'animation', | ||
transf: 'transform', | ||
'gapX': 'columnGap', | ||
'gapY': 'rowGap', | ||
'gapInline': 'columnGap', | ||
'gapBlock': 'rowGap', | ||
gapX: 'columnGap', | ||
gapY: 'rowGap', | ||
gapInline: 'columnGap', | ||
gapBlock: 'rowGap', | ||
})); | ||
@@ -68,0 +69,0 @@ class RenderRule { |
{ | ||
"name": "@cssfn/cssfn", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Writes, imports, and exports css stylesheets as javascript modules.", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"@cssfn/css-selectors": "^2.0.2", | ||
"@cssfn/css-types": "^2.0.3", | ||
"@cssfn/css-types": "^2.0.4", | ||
"@cssfn/types": "^2.0.1", | ||
@@ -49,3 +49,3 @@ "@types/hyphenate-style-name": "^1.0.0", | ||
}, | ||
"gitHead": "34d5af25d0ea66caecd79d9b575e7baf8a3a4116" | ||
"gitHead": "2d4e18d5d1ce428983bb5f6068d33de7a63ba3f5" | ||
} |
@@ -150,14 +150,15 @@ // cssfn: | ||
const shortProps = new Map<keyof CssProps, CssKnownName>(Object.entries({ | ||
foreg : 'color', | ||
foreg : 'color', | ||
foreground : 'color', | ||
backg : 'background', | ||
'backgClip' : 'backgroundClip', | ||
backg : 'background', | ||
backgClip : 'backgroundClip', | ||
anim : 'animation', | ||
transf : 'transform', | ||
anim : 'animation', | ||
transf : 'transform', | ||
'gapX' : 'columnGap', | ||
'gapY' : 'rowGap', | ||
'gapInline' : 'columnGap', | ||
'gapBlock' : 'rowGap', | ||
gapX : 'columnGap', | ||
gapY : 'rowGap', | ||
gapInline : 'columnGap', | ||
gapBlock : 'rowGap', | ||
}) as [keyof CssProps, CssKnownName][]); | ||
@@ -164,0 +165,0 @@ |
555879
15574
Updated@cssfn/css-types@^2.0.4