Skip to content

Commit

Permalink
feat(reboot): handle <var> styles in reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jul 20, 2020
1 parent 4ac2c39 commit ba62352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ a:not([href]):not([class]) {

// Code

var, // Boosted mod
pre,
code,
kbd,
Expand Down Expand Up @@ -375,8 +376,10 @@ pre {
}
}

var, // Boosted mod
code {
@include font-size($code-font-size);
font-style: normal; // Boosted mod: <var> is italic in all browsers
color: $code-color;
word-wrap: break-word;

Expand Down

0 comments on commit ba62352

Please sign in to comment.