aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/issues-project/src/file3.scss
blob: 3d5ac897020ef2166bd19cb83b042f1613e64be5 (plain)
1
2
3
4
5
6
7
.class1 {
  background-color: #ffw;   /* S4647 | color-no-invalid-hex */
  width: 100pixels;         /* S4653 | unit-no-unknown */
  /* */                     /* S4663 | comment-no-empty */
  content: "first
    second";                /* S4652 | string-no-newline */
}