Skip to content

Commit

Permalink
fix: 💄 Stub out styles for <details> element
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm71 committed Jul 21, 2022
1 parent 97ffcd0 commit 6f85016
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/scss/elements/_details.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
details {
font-size: var(--wp--preset--font-size--normal);

summary {
font-weight: 600;
}
}
1 change: 1 addition & 0 deletions src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// Elements
//===============================
@import "elements/links";
@import "elements/details";

//
// Pages
Expand Down

0 comments on commit 6f85016

Please sign in to comment.