Skip to content

Commit

Permalink
Create _unit.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 7, 2024
1 parent 194f13a commit 19eef1b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/scss/tags/_unit.scss
Original file line number Diff line number Diff line change
@@ -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);
}

0 comments on commit 19eef1b

Please sign in to comment.