diff --git a/src/scss/tags/_unit.scss b/src/scss/tags/_unit.scss new file mode 100644 index 0000000..5ac4a10 --- /dev/null +++ b/src/scss/tags/_unit.scss @@ -0,0 +1,39 @@ +// ============================================================================ +// Poster +// ============================================================================ + +//// +/// +/// Ratio Class Module +/// =========================================================================== +/// +/// @group Ratio +/// @author Scape Agency +/// @link https://unit.gl +/// @since 0.1.0 initial release +/// @todo None +/// @access public +/// +//// + + +// ============================================================================ +// Use +// ============================================================================ + +@use "../variables" as *; +@use "../mixins" as *; + + +// ============================================================================ +// Classes +// ============================================================================ + +// Example usage of fluid typography for the html element +html { + @include fluid_type( + $media_xs, + $media_sl, + $font_min, + $font_max); +}