From 8350d6a2bbf7ecaf376a9327acb012cc70d260a8 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 16 May 2016 15:12:29 -0400 Subject: [PATCH] Only group border shorthand affected attributes with the border shorthand --- scss-lint.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/scss-lint.yml b/scss-lint.yml index 029d757..f7cacdb 100644 --- a/scss-lint.yml +++ b/scss-lint.yml @@ -224,21 +224,10 @@ linters: - border-width - border-color - border-style - - border-radius - - border-spacing - - border-collapse - - border-image - - border-image-source - - border-image-width - - border-image-outset - - border-image-repeat - - border-image-slice - border-top - border-top-width - border-top-color - border-top-style - - border-top-right-radius - - border-top-left-radius - border-right - border-right-width - border-right-color @@ -247,12 +236,23 @@ linters: - border-bottom-width - border-bottom-color - border-bottom-style - - border-bottom-right-radius - - border-bottom-left-radius - border-left - border-left-width - border-left-color - border-left-style + - border-radius + - border-top-right-radius + - border-top-left-radius + - border-bottom-right-radius + - border-bottom-left-radius + - border-image + - border-image-source + - border-image-width + - border-image-outset + - border-image-repeat + - border-image-slice + - border-collapse + - border-spacing - box-shadow - clip - clip-path