Skip to content

Commit

Permalink
Remove quotes from css keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgarwood committed Jan 9, 2025
1 parent 39ce9ec commit d922518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/scss/organisms/_o-gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@
@include font-styles-untuck(generate-font-obj((font-family: $serif-font,
font-family-loaded: $serif-font--loaded,
font-loaded-class: $serif-font-loaded-class,
settings: ('xsmall': (font-size: 17, line-height: 21, text-transform: 'uppercase', letter-spacing: 0.1em, push: 0),
settings: ('xsmall': (font-size: 17, line-height: 21, text-transform: uppercase, letter-spacing: 0.1em, push: 0),
'small+': (font-size: 17, line-height: 21, push: -2),
'medium+': (font-size: 20, line-height: 26, push: -1),
))));
Expand All @@ -736,4 +736,4 @@
@include breakpoint('medium+') {
margin-bottom: 40px;
}
}
}
4 changes: 2 additions & 2 deletions frontend/scss/pages/types/_t-rlc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
font-family: var(--sans-serif);
font-size: 21px;
font-weight: 400;
text-transform: 'uppercase';
text-transform: uppercase;
}
.o-info-grid {
@include breakpoint('small+') {
Expand Down Expand Up @@ -123,7 +123,7 @@
font-family: var(--sans-serif);
font-size: 21px;
font-weight: 400;
text-transform: 'uppercase';
text-transform: uppercase;
}
&>hr {
margin: 18px 0;
Expand Down

0 comments on commit d922518

Please sign in to comment.