Utility Classes
_utilities.scss
This file is included by app.scss
, and it serves to load in each of the categorized SCSS partials located in the src/styles/utilities
directory. Each of these categorized partials contains utility class definitions, which all follow the same taxonomy and naming convention that has been implemented for variables (this naming convention is described in the Variable & Utility Class Naming Convention section of this document).
The included categorized utility partials are listed below:
_dimensions.scss
_display.scss
_flex.scss
_grid.scss
_iconography.scss
_margin.scss
_padding.scss
_position.scss
_typography.scss
Last updated