import { Meta } from '@storybook/addon-docs'; import { parameters } from '$docs/utils/docsPage.js'; ![](https://graphics.thomsonreuters.com/style-assets/images/logos/reuters-graphics-logo/svg/graphics-logo-color-dark.svg) # SCSS Mixins ### Prereqs Mixins allow you to re-use styles we've already defined in your components. Read more about how they work [here](https://sass-lang.com/documentation/at-rules/mixin) or just follow the examples below. ## Available mixins ### `body-text` Mixin our default body text styles. ```html

Lorem Ipsum

Ig-pay atin-lay

``` ### `graphic-text` Graphic text styles. ```html

Things are going up

Recent data point to a clear trend.

``` ### `visually-hidden` Hide text meant for screen readers. ```html ```