gulp-sass/test/expected/inheritance.css
2015-03-31 15:36:23 +01:00

17 lines
239 B
CSS

body {
background: pink; }
footer {
background: red; }
.error, .badError {
border: #f00;
background: #fdd; }
.error.intrusion, .intrusion.badError {
font-size: 1.3em;
font-weight: bold; }
.badError {
border-width: 3px; }