We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bcd17 commit 08adc7bCopy full SHA for 08adc7b
tests/_files/valid.css
@@ -1,4 +1,8 @@
1
-.button.drodown::after {
+:root {
2
+ --border-radius: 3px;
3
+}
4
+
5
+.button.dropdown::after {
6
display: block;
7
width: 0;
8
height: 0;
@@ -7,6 +11,7 @@
11
border-bottom-width: 0;
12
border-top-style: solid;
9
13
border-color: #fefefe transparent transparent;
14
+ border-radius: var(--border-radius);
10
15
position: relative;
16
top: 0.4em;
17
display: inline-block;
0 commit comments