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.
devdocs/assets/stylesheets/pages/_phpunit.scss

22 lines
328 B

._phpunit {
h1 {
margin-top: 0;
@extend %lined-heading;
}
h2.title {
@extend %block-heading;
}
.programlisting > pre { white-space: normal; }
.literal {
padding: 2px 4px;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
div.warning { @extend %note, %note-red; }
}