Skip to content

Commit 08adc7b

Browse files
hugopeekneilime
authored andcommitted
Add CSS variable to valid.css test file
1 parent 20bcd17 commit 08adc7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/_files/valid.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
.button.drodown::after {
1+
:root {
2+
--border-radius: 3px;
3+
}
4+
5+
.button.dropdown::after {
26
display: block;
37
width: 0;
48
height: 0;
@@ -7,6 +11,7 @@
711
border-bottom-width: 0;
812
border-top-style: solid;
913
border-color: #fefefe transparent transparent;
14+
border-radius: var(--border-radius);
1015
position: relative;
1116
top: 0.4em;
1217
display: inline-block;

0 commit comments

Comments
 (0)