mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
7 lines
115 B
SCSS
7 lines
115 B
SCSS
._ramda {
|
|
@extend %simple;
|
|
|
|
code { @extend %code; }
|
|
h3 > small { float: right; }
|
|
ul { margin-top: 1em; }
|
|
}
|