css-doodle
Advanced tools
Changelog
0.39.2
±
symbol detection.Changelog
0.39.1
@T
, which increases in ms
and starts from beginning of the day.R
for @rn
.@ts
and @TS
.Changelog
0.39.0
Use native mod
function for variables.
/* mod(@t, 360deg) */
transform: rotate(@t(%360deg));
Support calc chain.
@content: @i(*2, +10, *100);
Add @PN
and @PD
for outside bouding to @doodle
.
background: @m2.doodle(
@grid: @PN(2x1, 3x1);
);
Enable uniform value debugging through content
.
:after {
content: @ux;
}
Add grid border[:color]
for debugging purposes.
@grid: 1 / 100% border:red;
Add support viewbox padding
inside @svg-polygon
.
@content: @svg-polygon(
paddng: .2;
);
Add @xX
and @yY
similar to @iI
.
Remove the feature of adding vendor prefixes to properties.
Changelog
0.38.4
contain:strict
for css-doodle element.css-doodle/component
for importng CSSDoodle class itself.p3d
(preserve-3d) keyword for grid.Changelog
0.38.2
@doodle
.perspective-origin
.@iI
and @nN
.Changelog
0.38.1
^
: similar to scale but it adjusts the canvas size instead of scale transform.
∆
: for container perspective.Changelog
0.38.0
umd
to iife
.@x, @y
selectors.@keyframes
step names.@cycle()
grouping.@nth
.@once
.@canvas()
because I barely used it.Changelog
0.37.4
defs
blocks and combine them into one.defs
elements.<br /> <br />