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

/* some comment */