9 lines
181 B
Text
9 lines
181 B
Text
transform {
|
|
transform: scale(10);
|
|
child: repeating-linear-gradient {
|
|
bounds: 0 0 5 5;
|
|
start: 0 0;
|
|
end: 0 1;
|
|
stops: 0 white, 0.5 white, 0.5 black, 1 black;
|
|
}
|
|
}
|