File: expanded.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 (17 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#main
  width: 15em
  color: #0000ff
  p
    border:
      style: dotted
      /* Nested comment
        More nested stuff
      width: 2px
  .cool
    width: 100px

#left
  font:
    size: 2em
    weight: bold
  float: left