Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions scss/_code.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// Inline and block code styles
code,
kbd,
pre,
samp {
font-family: $font-family-monospace;
}

// Inline code
code {
font-size: $code-font-size;
Expand Down
4 changes: 1 addition & 3 deletions scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,13 @@ a:not([href]):not([tabindex]) {
// Code
//

// stylelint-disable font-family-no-duplicate-names
pre,
code,
kbd,
samp {
font-family: monospace, monospace; // Correct the inheritance and scaling of font size in all browsers.
font-family: $font-family-monospace;
font-size: 1em; // Correct the odd `em` font sizing in all browsers.
}
// stylelint-enable font-family-no-duplicate-names

pre {
// Remove browser default top margin
Expand Down