File: inheritance.css

package info (click to toggle)
node-gulp-sass 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 836 kB
  • sloc: javascript: 816; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;
}