summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/sass/singleton.scss
blob: afe15e9c4a9fed3d66fd0808f81f38b91fc876cc (plain)
1
2
3
4
5
6
7
8
9
10
11
body {
  p { line-height: 1.5em; }
  span { font-weight: 700; }
  a {
    text-decoration: none;
    &:hover {
      text-decoration: underline;
      font-size: (10px/3);
    }
  }
}