Skip to content

Commit

Permalink
Add CSS variable to valid.css test file
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopeek committed Jun 17, 2023
1 parent b2a0353 commit 0ad4230
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/_files/valid.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.button.drodown::after {
:root {
--border-radius: 3px;
}

.button.dropdown::after {
display: block;
width: 0;
height: 0;
Expand All @@ -7,6 +11,7 @@
border-bottom-width: 0;
border-top-style: solid;
border-color: #fefefe transparent transparent;
border-radius: var(--border-radius);
position: relative;
top: 0.4em;
display: inline-block;
Expand Down

0 comments on commit 0ad4230

Please sign in to comment.