From 7bb984d0140ed5b6595c836411a6f090de5f44a1 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Thu, 24 Jun 2021 11:29:38 +0300 Subject: [PATCH] Stylelint/order: @extend at-rule should be always first --- .stylelintrc | 4 ++++ CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.stylelintrc b/.stylelintrc index b3a40b4..d63d4d3 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -17,6 +17,10 @@ "type": "at-rule", "name": "include" }, + { + "type": "at-rule", + "name": "extend" + }, 'custom-properties', 'dollar-variables', 'declarations', diff --git a/CHANGELOG.md b/CHANGELOG.md index 412624e..688cf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.6: 2021-06-24 + +* Stylelint/order: @extend at-rule should be always first + ### 2.2.5: 2021-06-24 * Set `mergeMedia: false` because true causes problems in production