From 19eef1b6059cb5dffcb9e1bd4a5af741338b5b73 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Sat, 7 Sep 2024 22:51:31 +0200 Subject: [PATCH] Create _unit.scss --- src/scss/tags/_unit.scss | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/scss/tags/_unit.scss 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); +}