Skip to content

Commit

Permalink
Create _color.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 7, 2024
1 parent 19eef1b commit 5412c2d
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/scss/functions/_color.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
// ============================================================================
// Poster
// ============================================================================

////
///
/// Color Variables Module
/// ===========================================================================
///
/// These colors are used for visual guides such as grid overlays, baselines,
/// and alignment guides. The colors are defined with varying levels of opacity
/// to ensure they are visible yet non-intrusive on the design.
///
/// @group Color
/// @author Scape Agency
/// @link https://unit.gl
/// @since 0.1.0 initial release
/// @todo None
/// @access public
///
////


// ============================================================================
// Use
// ============================================================================


// ============================================================================
// Functions
// ============================================================================


///
/// Function to Retrieve Guide Colors (Optional for Flexibility)
/// ---------------------------------------------------------------------------
///
@function guide_color($name) {
@return map-get($guide_colors, $name);
}

0 comments on commit 5412c2d

Please sign in to comment.