From f6fabfe36744e5b6ab58285b6d773b9e89b4a11e Mon Sep 17 00:00:00 2001 From: Tony Air Date: Thu, 7 Mar 2024 13:48:28 +0200 Subject: [PATCH] IMPR: Minor fixtures --- app/client/src/scss/types/cms.scss | 2 -- sass-lint.yml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 app/client/src/scss/types/cms.scss diff --git a/app/client/src/scss/types/cms.scss b/app/client/src/scss/types/cms.scss deleted file mode 100644 index edd4a8a..0000000 --- a/app/client/src/scss/types/cms.scss +++ /dev/null @@ -1,2 +0,0 @@ -@import "../variables"; -@import "~@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/scss/types/cms"; diff --git a/sass-lint.yml b/sass-lint.yml index c88eaea..67b2680 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -41,9 +41,7 @@ rules: indentation: - 2 - size: 4 - final-newline: - - 2 - - include: true + final-newline: false no-trailing-whitespace: 2 border-zero: - 2