19 lines
382 B
CSS
19 lines
382 B
CSS
#functions {
|
|
width: 16;
|
|
height: undefined("self");
|
|
border-width: 5;
|
|
variable: 11;
|
|
decrement: 9;
|
|
}
|
|
#built-in {
|
|
escaped: -Some::weird(#thing, y);
|
|
escaped1: -Some::weird(#thing, z);
|
|
format: "rgb(32, 128, 64)";
|
|
format-string: "hello world";
|
|
format-multiple: "hello earth 2";
|
|
format-url-encode: 'red is %23ff0000';
|
|
eformat: rgb(32, 128, 64);
|
|
rounded: 10;
|
|
roundedpx: 3px;
|
|
}
|