Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
🔧 chore(_config.scss): Line height of none should be 1
  • Loading branch information
Spiderpig86 committed Oct 23, 2022
1 parent c55a09e commit ee293be
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dist/cirrus-all.css
Expand Up @@ -947,7 +947,7 @@ kbd {
}
/* Line height */
.leading-none {
line-height: 0 !important;
line-height: 1 !important;
}

.leading-tighter {
Expand All @@ -972,7 +972,7 @@ kbd {

@media screen and (min-width: 640px) {
.leading-none-sm {
line-height: 0 !important;
line-height: 1 !important;
}
}
@media screen and (min-width: 640px) {
Expand Down Expand Up @@ -1002,7 +1002,7 @@ kbd {
}
@media screen and (min-width: 768px) {
.leading-none-md {
line-height: 0 !important;
line-height: 1 !important;
}
}
@media screen and (min-width: 768px) {
Expand Down Expand Up @@ -1032,7 +1032,7 @@ kbd {
}
@media screen and (min-width: 1024px) {
.leading-none-lg {
line-height: 0 !important;
line-height: 1 !important;
}
}
@media screen and (min-width: 1024px) {
Expand Down Expand Up @@ -1062,7 +1062,7 @@ kbd {
}
@media screen and (min-width: 1280px) {
.leading-none-xl {
line-height: 0 !important;
line-height: 1 !important;
}
}
@media screen and (min-width: 1280px) {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cirrus-core.css
Expand Up @@ -806,7 +806,7 @@ kbd {

/* Line height */
.leading-none {
line-height: 0 !important;
line-height: 1 !important;
}

.leading-tighter {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cirrus.css
Expand Up @@ -807,7 +807,7 @@ kbd {

/* Line height */
.leading-none {
line-height: 0 !important;
line-height: 1 !important;
}

.leading-tighter {
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/internal/_config.scss
Expand Up @@ -489,7 +489,7 @@ $default-config: (
loosest: 0.1em,
),
line-heights: (
none: 0,
none: 1,
tighter: 1.25,
tight: 1.375,
normal: 1.5,
Expand Down

0 comments on commit ee293be

Please sign in to comment.