aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/css-plugin-test-project/src/file1.css
blob: 5f9a55d36d6a4001a7183d8415d4928d2782811f (plain)
1
2
3
4
5
6
7
8
9
10
.class1 {
  background-color: #2d5e8b;
}
.class1 .class2 {
  background-color: #fff;
  color: #2d5e8b;
  foo: "some text";
}

/* some comment */