Skip to content

Commit

Permalink
chore: small refactor by new stylelint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jan 29, 2024
1 parent 98800e9 commit 967adea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/addon-doc/styles/mixins/changelog.less
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
2 changes: 1 addition & 1 deletion projects/core/styles/taiga-ui-fonts.less
Original file line number Diff line number Diff line change
@@ -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');
2 changes: 1 addition & 1 deletion projects/experimental/directives/header/header.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

&:before {
content: '';
content: ' ';
visibility: hidden;
}
}
Expand Down

0 comments on commit 967adea

Please sign in to comment.