From 967adeac18cf1317282e6c6882887c2c5a34ba4d Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 29 Jan 2024 17:25:52 +0300 Subject: [PATCH] chore: small refactor by new stylelint rules --- projects/addon-doc/styles/mixins/changelog.less | 2 +- projects/core/styles/taiga-ui-fonts.less | 2 +- projects/experimental/directives/header/header.styles.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/addon-doc/styles/mixins/changelog.less b/projects/addon-doc/styles/mixins/changelog.less index 15f13f2c77c3d..976bb998ff546 100644 --- a/projects/addon-doc/styles/mixins/changelog.less +++ b/projects/addon-doc/styles/mixins/changelog.less @@ -3,7 +3,7 @@ & h3:not([id^='feat']):not([id^='bug']):not([id^='deprecations']) { font-size: 1.75rem; padding-bottom: 0.5em; - margin: 2rem 0 0 0; + margin: 2rem 0 0; border-bottom: 1px solid var(--tui-base-03); } diff --git a/projects/core/styles/taiga-ui-fonts.less b/projects/core/styles/taiga-ui-fonts.less index 9f9f68237babd..2cf29e878a436 100644 --- a/projects/core/styles/taiga-ui-fonts.less +++ b/projects/core/styles/taiga-ui-fonts.less @@ -1,2 +1,2 @@ //noinspection CssUnknownTarget -@import (optional) url(https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap); +@import (optional) url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;800&display=swap'); diff --git a/projects/experimental/directives/header/header.styles.less b/projects/experimental/directives/header/header.styles.less index 0478657861cae..cd4ebf69e8afc 100644 --- a/projects/experimental/directives/header/header.styles.less +++ b/projects/experimental/directives/header/header.styles.less @@ -21,7 +21,7 @@ } &:before { - content: '​'; + content: ' '; visibility: hidden; } }