From 9bcc46b342cfb888f16c180cb0b3103335def5f1 Mon Sep 17 00:00:00 2001 From: Amaury Levé Date: Thu, 21 Jun 2018 14:55:09 +0200 Subject: Rule S4653: Units should be valid (#50) --- its/plugin/projects/css-plugin-test-project/src/file1.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 its/plugin/projects/css-plugin-test-project/src/file1.css (limited to 'its/plugin/projects/css-plugin-test-project/src/file1.css') diff --git a/its/plugin/projects/css-plugin-test-project/src/file1.css b/its/plugin/projects/css-plugin-test-project/src/file1.css deleted file mode 100644 index 621aea1..0000000 --- a/its/plugin/projects/css-plugin-test-project/src/file1.css +++ /dev/null @@ -1,10 +0,0 @@ -.class1 { - background-color: #2d5e8b; -} -.class1 .class2 { - background-color: #ffw; /* issue here */ - color: #2d5e8b; - foo: "some text"; -} - -/* some comment */ \ No newline at end of file -- cgit v1.2.3