Skip to content

Commit

Permalink
add dropdown primitive ctd
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 10, 2024
1 parent 6c62002 commit 37725de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/dummy/app/styles/example1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
@include example.box-focused;
}

.select-box__options {
@include example.options;
}

.select-box__option {
@include example.option;
}
Expand Down

0 comments on commit 37725de

Please sign in to comment.