From 28830054bb760b12d3377c8fcd8c2c6850a815bc Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sat, 6 Jan 2018 09:48:39 +0000 Subject: [PATCH] Issue #2866805 by Mukeysh, joelpittet, harsha012: Update stylelint rule declaration-block-no-redundant-longhand-properties to be consistent with Drupal's CSS standards --- core/.stylelintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/core/.stylelintrc.json b/core/.stylelintrc.json index bb4b610ca24..b5256711ea4 100644 --- a/core/.stylelintrc.json +++ b/core/.stylelintrc.json @@ -8,7 +8,6 @@ "color-hex-length": null, "comment-empty-line-before": null, "declaration-block-no-duplicate-properties": null, - "declaration-block-no-redundant-longhand-properties": null, "declaration-block-no-shorthand-property-overrides": null, "function-comma-space-after": null, "function-linear-gradient-no-nonstandard-direction": null,