aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sass/resources/scss/nested-properties.scss
blob: e12a83aa2da3be9771690670aa4912736c42b218 (plain)
1
2
3
4
5
6
7
li {
  font: {
    family: serif;;
    weight: bold;
    size: 1.2em
  }
}