summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/sass/singleton.sass
blob: 455fefdd1e39b5f8047dd4891e064287c7304dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body
  p
    line-height: 1.5em

    span
      font-weight: 700
  a
    text-decoration: none

    &:hover
      text-decoration: underline
      font-size: (10px/3)