mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
18 lines
279 B
SCSS
18 lines
279 B
SCSS
._coffeescript {
|
|
@extend %simple;
|
|
|
|
// CoffeeScript / JavaScript code blocks
|
|
> .code {
|
|
margin: 1.5em 0;
|
|
overflow: hidden;
|
|
|
|
> pre {
|
|
float: left;
|
|
width: 49%;
|
|
margin: 0;
|
|
@extend %border-box;
|
|
|
|
&:last-child { float: right; }
|
|
}
|
|
}
|
|
}
|