Retrospring/app/assets/stylesheets/overrides/_code.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
147 B
SCSS
Raw Normal View History

// BUG: We removed the prefix and Bootstrap still tried to load --bs-font-monospace
pre, code, kbd, samp {
font-family: var(--font-monospace);
}