Skip to content

Commit

Permalink
Update _index.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 7, 2024
1 parent ba64cf4 commit 3e86248
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/scss/variables/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@
@forward "paper";


///
/// Forwards variables related to measurement units, spacing, and size
/// definitions. Useful for maintaining consistent sizing across different
/// components.
///
@forward "unit"; // Measurement units and spacing


///
/// Forwards variables managing scaling factors for typography and responsive
/// elements, ensuring that elements scale proportionally across different
Expand Down Expand Up @@ -97,3 +89,11 @@
/// maintain their intended proportions across different devices and viewports.
///
@forward "ratio"; // Aspect ratio configurations for responsive elements

///
/// Forwards variables related to measurement units, spacing, and size
/// definitions. Useful for maintaining consistent sizing across different
/// components.
///
@forward "unit"; // Measurement units and spacing

0 comments on commit 3e86248

Please sign in to comment.