mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
7 lines
77 B
SCSS
7 lines
77 B
SCSS
._fluture {
|
|
@extend %simple;
|
|
|
|
pre > code {
|
|
font-size: inherit;
|
|
}
|
|
}
|