Now that the syntax tries to follow the CSS specs more, we need to update our tests for the changes.
9 lines
114 B
Plaintext
9 lines
114 B
Plaintext
outset-shadow {
|
|
outline: 100 100 200 200 / 7 7 0 0;
|
|
color: black;
|
|
dx: 0;
|
|
dy: 0;
|
|
spread: 1;
|
|
blur: 0;
|
|
}
|