summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/spec-basic-23_basic_value_interpolation.css
blob: 4aa5fea6885c7075a13907ddff944afaf3941686 (plain)
1
2
3
4
5
6
7
8
div {
  a: helloworld;
  a: hello world;
  b: 123;
  b: string;
  b: 123;
  b: string;
}