From d922518d9ab54ddc9e61ff215a927cb53b8b2f42 Mon Sep 17 00:00:00 2001 From: Zach Garwood Date: Thu, 9 Jan 2025 11:54:09 -0600 Subject: [PATCH] Remove quotes from css keyword --- frontend/scss/organisms/_o-gallery.scss | 4 ++-- frontend/scss/pages/types/_t-rlc.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/scss/organisms/_o-gallery.scss b/frontend/scss/organisms/_o-gallery.scss index e957e00c02..a8db864720 100644 --- a/frontend/scss/organisms/_o-gallery.scss +++ b/frontend/scss/organisms/_o-gallery.scss @@ -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), )))); @@ -736,4 +736,4 @@ @include breakpoint('medium+') { margin-bottom: 40px; } -} \ No newline at end of file +} diff --git a/frontend/scss/pages/types/_t-rlc.scss b/frontend/scss/pages/types/_t-rlc.scss index 6e5b4aba79..b5c43f0fc2 100644 --- a/frontend/scss/pages/types/_t-rlc.scss +++ b/frontend/scss/pages/types/_t-rlc.scss @@ -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+') { @@ -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;