UNPKG

362 BJavaScriptView Raw
1CSS.registerProperty({
2 name: '--extra-scallopRadius',
3 syntax: '<number>',
4 inherits: false,
5 initialValue: 10
6});
7
8CSS.registerProperty({
9 name: '--extra-scallopColor',
10 syntax: '<color>',
11 inherits: true,
12 initialValue: 'black'
13});
14
15CSS.registerProperty({
16 name: '--extra-scallopWeight',
17 syntax: '<number>',
18 inherits: false,
19 initialValue: 2
20});
\No newline at end of file