aboutsummaryrefslogtreecommitdiffstats
path: root/its/plugin/projects/issues-project/src/file3.scss
diff options
context:
space:
mode:
Diffstat (limited to 'its/plugin/projects/issues-project/src/file3.scss')
-rw-r--r--its/plugin/projects/issues-project/src/file3.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/its/plugin/projects/issues-project/src/file3.scss b/its/plugin/projects/issues-project/src/file3.scss
index 4f9b880..afd6213 100644
--- a/its/plugin/projects/issues-project/src/file3.scss
+++ b/its/plugin/projects/issues-project/src/file3.scss
@@ -1,9 +1,11 @@
.class1 {
- background-color: #ffw; /* S4647 | color-no-invalid-hex */
- width: 100pixels; /* S4653 | unit-no-unknown */
- /* */ /* S4663 | comment-no-empty */
+ 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 */
+ second"; /* S4652 | string-no-newline */
+ color: pink;
+ color: orange; /* S4656 | declaration-block-no-duplicate-properties */
}
@keyframes important1 {
@@ -13,4 +15,4 @@
to {
margin-top: 100px !important; /* S4655 | keyframe-declaration-no-important */
}
-} \ No newline at end of file
+}