mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
300 B
13 lines
300 B
![]()
9 years ago
|
._tensorflow {
|
||
|
h2, h3, h4 { @extend %block-heading, %label-blue; }
|
||
|
p > code, li > code { @extend %label; }
|
||
|
|
||
|
// These are used for lists of arguments and return values in the docs.
|
||
|
b > code {
|
||
|
@extend %label;
|
||
|
background-color: initial;
|
||
|
font-weight: 500;
|
||
|
font-size: 1.1em;
|
||
|
}
|
||
|
}
|