File: parent_ref.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 (25 lines) | stat: -rw-r--r-- 357 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
21
22
23
24
25
a
  color: #000
  &:hover
    color: #f00

p, div
  width: 100em
  & foo
    width: 10em
  &:hover, bar
    height: 20em

#cool
  border:
    style: solid
    width: 2em
  .ie7 &, .ie6 &
    content: string("Totally not cool.")
  .firefox &
    content: string("Quite cool.")

.wow, .snazzy
  font-family: fantasy
  &:hover, &:visited
    font-weight: bold