From 31c275705727b6daad9718c331c085cd676b91b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Wed, 4 Oct 2023 00:53:15 +0200 Subject: [PATCH] scss-lint-fix --- _dev/css/theme/override/bootstrap/_custom-control.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_dev/css/theme/override/bootstrap/_custom-control.scss b/_dev/css/theme/override/bootstrap/_custom-control.scss index 55ba23b9..3b5d8efb 100644 --- a/_dev/css/theme/override/bootstrap/_custom-control.scss +++ b/_dev/css/theme/override/bootstrap/_custom-control.scss @@ -1,13 +1,13 @@ @use "sass:math"; +/* stylelint-disable */ +// KEEPING FOR MIGRATION REFERENCE //.custom-checkbox-color { // @extend .custom-checkbox; // // .custom-control-label { // &::before { -// /* stylelint-disable */ // display: none !important; -// /* stylelint-enable */ // } // } // @@ -89,4 +89,4 @@ // } // } //} -// +/* stylelint-enable */