From 6383829aa3b6b25975da1fe7c618e3f611d8c6e1 Mon Sep 17 00:00:00 2001 From: Elena Vilchik Date: Thu, 14 Jun 2018 17:40:32 +0200 Subject: Integrate stylelint inside plugin (#42) --- its/plugin/projects/css-plugin-test-project/src/file1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'its/plugin/projects') diff --git a/its/plugin/projects/css-plugin-test-project/src/file1.css b/its/plugin/projects/css-plugin-test-project/src/file1.css index 5f9a55d..621aea1 100644 --- a/its/plugin/projects/css-plugin-test-project/src/file1.css +++ b/its/plugin/projects/css-plugin-test-project/src/file1.css @@ -2,7 +2,7 @@ background-color: #2d5e8b; } .class1 .class2 { - background-color: #fff; + background-color: #ffw; /* issue here */ color: #2d5e8b; foo: "some text"; } -- cgit v1.2.3