Utilities ~ Mixins
Help is on the way
Use powerful out-of-the-box @mixins and @functions to simplify your code.
Global mixins
Global mixins are defined in src/core/_utils.mixins.scss. Check the documentation within the file for available mixins and usage.
Module mixins
Mixins and functions that are specific to a module, are placed within said module. For example, the Palette module has a color lookup function, the Spacing module has a spacing lookup function, etc. Check the documentation within the file for available mixins and usage.