From: Patrick H. Lauke Date: Tue, 3 Jan 2023 09:52:20 +0000 (+0000) Subject: Change stylelint `property-blacklist` to `property-disallowed-list` X-Git-Tag: v5.3.0-alpha2~181 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa87dae0501050ad00cfc91c134cc77e1ddd644b;p=thirdparty%2Fbootstrap.git Change stylelint `property-blacklist` to `property-disallowed-list` see https://github.com/twbs/bootstrap/pull/31066#issuecomment-1369405723 / https://github.com/stylelint/stylelint/releases/tag/13.7.0 xref #31066 --- diff --git a/scss/vendor/_rfs.scss b/scss/vendor/_rfs.scss index 7e9a6c7a8a..c7dcc52c89 100644 --- a/scss/vendor/_rfs.scss +++ b/scss/vendor/_rfs.scss @@ -1,4 +1,4 @@ -// stylelint-disable property-blacklist, scss/dollar-variable-default +// stylelint-disable property-disallowed-list, scss/dollar-variable-default // SCSS RFS mixin //