From 57e20373fcb8d891faba729c0c0bb339fb769af1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Fri, 29 Jan 2021 10:17:01 +0100 Subject: [PATCH] overriding flatpickr selectors needs to be with uppercase so disable the scss-lint check SelectorFormat --- .../stylesheets/admin/plugins/flatpickr-customization.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/admin/plugins/flatpickr-customization.scss b/app/assets/stylesheets/admin/plugins/flatpickr-customization.scss index 39880e4683..e26fb0af97 100644 --- a/app/assets/stylesheets/admin/plugins/flatpickr-customization.scss +++ b/app/assets/stylesheets/admin/plugins/flatpickr-customization.scss @@ -1,6 +1,8 @@ $background-grey: #eceef1; $background-blue: #5498da; +// scss-lint:disable SelectorFormat + .flatpickr-calendar { border-radius: 0; @@ -56,3 +58,5 @@ $background-blue: #5498da; border-color: $background-blue; } } + +// scss-lint:enable SelectorFormat