diff --git a/README.md b/README.md index 6c84411..6852987 100644 --- a/README.md +++ b/README.md @@ -58,15 +58,6 @@ The use of any Auro custom element has a dependency on the [Auro Design Tokens]( -### CSS Custom Property fallbacks - - -[CSS custom properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) are [not supported](https://auro.alaskaair.com/support/custom-properties) in older browsers. For this, fallback properties are pre-generated and included with the npm. - -Any update to the Auro Design Tokens will be immediately reflected with browsers that support CSS custom properties, legacy browsers will require updated components with pre-generated fallback properties. - - - ### Define dependency in project component diff --git a/src/style.scss b/src/style.scss index deda9a6..77dc0d4 100644 --- a/src/style.scss +++ b/src/style.scss @@ -278,6 +278,6 @@ svg { --auro-size-lg: 1rem; position: relative; - top: var(--ds-size-25, $ds-size-25); + top: var(--ds-size-50, $ds-size-50); margin-left: var(--ds-size-25, $ds-size-25); }