From 169b0d6ef28dcfd24618920a63ebe3279c7544ec Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 19 Jan 2017 16:28:07 -0500 Subject: [PATCH] Move border attributes for specific sides immediately following the general attribute for each --- scss-lint.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scss-lint.yml b/scss-lint.yml index 36378d3..22bfe84 100644 --- a/scss-lint.yml +++ b/scss-lint.yml @@ -221,24 +221,24 @@ linters: - outline-style - outline-offset - border - - border-width - - border-color - - border-style - border-top - - border-top-width - - border-top-color - - border-top-style - border-right - - border-right-width - - border-right-color - - border-right-style - border-bottom - - border-bottom-width - - border-bottom-color - - border-bottom-style - border-left + - border-width + - border-top-width + - border-right-width + - border-bottom-width - border-left-width + - border-color + - border-top-color + - border-right-color + - border-bottom-color - border-left-color + - border-style + - border-top-style + - border-right-style + - border-bottom-style - border-left-style - border-radius - border-top-right-radius