Skip to main content
Version: 0.2.0

Text module

The text module contains text size, alignment, container mixins and more (container mixins not to be confused with the container module)

To use it, write @use "stormy-scss/text" as stormy-text; and @include the mixins.

Changes#

This module used to live in the main module with all the mixins prefixed with text-. This prefix has been removed except for the text-container and text-container-small mixins, so it doesn't cause a collision with the container module mixins.