Sha256: d46360c5d4ee4652652a8eb5ad5cdf8553771e2f8c66bc6eb5cfcb58fd965e75

Contents?: true

Size: 373 Bytes

Versions: 5

Compression:

Stored size: 373 Bytes

Contents

// ------------------------------------------------------------------- //
//  Tint & Shade (from Bourbon)
// ------------------------------------------------------------------- //

@function tint($color, $percent){
  @return mix(white, $color, $percent);
}

// Add percentage of black to a color
@function shade($color, $percent){
  @return mix(black, $color, $percent);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kentucky-1.1.0 app/assets/stylesheets/kentucky/functions/_tint-shade.scss
kentucky-1.0.5 app/assets/stylesheets/kentucky/functions/_tint-shade.scss
kentucky-1.0.4 app/assets/stylesheets/kentucky/functions/_tint-shade.scss
kentucky-1.0.3 app/assets/stylesheets/kentucky/functions/_tint-shade.scss
kentucky-1.0.0 app/assets/stylesheets/kentucky/functions/_tint-shade.scss