aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/sasslang/scss/412-test_several_namespace_properties.scss
blob: d2a5232f95609fbc368abf6002b1d38ccc006ee9 (plain)
1
2
3
4
5
6
7
8
9
10
foo {
  bar: baz;
  bang: {
    bip: 1px;
    bop: bar;}
  buzz: {
    fram: "foo";
    frum: moo;
  }
}