Sha256: 6bf141480cadab8681384eacb2c12ac5f028507f1ed3a8a93f2a330b73b5c491
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
// Set Function @function palette($color_type, $tone_name:'base') { $color: map-get($colors, $color_type); $torn: map-get($color, $tone_name); @return $torn; } // Set Colors $colors: ( font: ( base: #333, inverse: #fff ), bg: ( base: #fff, inverse: #000 ) );
Version data entries
2 entries across 2 versions & 1 rubygems