summaryrefslogtreecommitdiff
path: root/scss/tests/files/from-sassc/tests-directives.css
blob: b58ef25b1d1bda2473106c658f971cf31bca1d0f (plain)
1
2
3
4
5
6
7
8
9
@foo div foo(bar) {
  huz: buz;
}
div {
  hey: ho;
}
1+2 type-of("hello") {
  hey: ho;
}