From 5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 4 Feb 2022 15:41:51 +0100 Subject: Update dev dependencies stylelint SASS (#4173) * Update dev dependencies stylelint SASS Major update for stylelint with breaking changes https://stylelint.io/migration-guide/to-14/ Applied automatic SASS migration to current syntax https://sass-lang.com/documentation/cli/migrator#migrations And a few manual fixes such as: https://github.com/stylelint-scss/stylelint-scss/blob/master/src/rules/dollar-variable-no-missing-interpolation/README.md Other dev dependencies are minor updates. * RTLCSS * Fix color-hex-length bug * Implement make bin/composer * Update git hash --- p/themes/Ansum/_variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'p/themes/Ansum/_variables.scss') diff --git a/p/themes/Ansum/_variables.scss b/p/themes/Ansum/_variables.scss index e899bec13..8e2190a93 100644 --- a/p/themes/Ansum/_variables.scss +++ b/p/themes/Ansum/_variables.scss @@ -49,5 +49,6 @@ $sid-bg-alt: #f7f2ea; // background inside groups $sid-bg-dark: #efe3d3; // les hovers $sid-sep: #f0e7da; // les séparateurs $sid-active: $main-first; // la couleur active -$sid-active-font: #fff; // la couleur active +// stylelint-disable-next-line color-hex-length +$sid-active-font: #ffffff; // la couleur active $sid-pills: rgba(35,35,0, 0.15); // les gélules -- cgit v1.2.3