gulp-sass/test/css/inheritance.css
2013-08-31 16:53:11 -07:00

11 lines
163 B
CSS

.error, .badError {
border: 1px red;
background: #ffdddd; }
.error.intrusion {
font-size: 1.3em;
font-weight: bold; }
.badError {
border-width: 3px; }