File: multiline.sass

package info (click to toggle)
ruby-sass 3.7.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,396 kB
  • sloc: ruby: 32,443; sh: 26; makefile: 25
file content (20 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#main,
#header
  height: 50px
  div
    width: 100px
    a,
    em
      span
        color: pink

#one,
#two,
#three
  div.nested,
  span.nested,
  p.nested
    font:
      weight: bold
    border-color: red
    display: block