@tokens-studio/sd-transforms
Advanced tools
Changelog
0.8.6
Changelog
0.8.5
Changelog
0.8.4
Changelog
0.8.3
Changelog
0.8.2
Changelog
0.8.1
Changelog
0.8.0
Changelog
0.7.0
Changelog
0.6.0
cc7d86b: BREAKING: move the following transforms to CSS namespace, since they are CSS-specific transforms:
ts/size/letterspacing
-> ts/size/css/letterspacing
ts/color/hexrgba
-> ts/color/css/hexrgba
ts/shadow/shorthand
-> ts/shadow/css/shorthand
cc7d86b: New transform: ts/border/css/shorthand
-> transform border objects to CSS shorthand.
cc7d86b: BREAKING: turn a few of our transforms from transitive to default transforms, if transitive was not necessary:
ts/descriptionToComment
ts/size/px
ts/size/css/letterspacing
ts/size/lineheight
ts/type/fontWeight
Changelog
0.5.7
inset
to shadow CSS shorthand if the type is innerShadow.