summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/variable-defaults-with-null.css
blob: 0e3483817b0232df636b2724c102421d732bf5f8 (plain)
1
2
3
4
5
.test {
  first: "Non-null";
  second: "Also non-null";
  third: "Not null"; 
}