Sha256: 80a1d5fb406d87f99d79a5a9bea99cb7c572a7f26483119e29e6bbdfcce7be2d

Contents?: true

Size: 241 Bytes

Versions: 41

Compression:

Stored size: 241 Bytes

Contents

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

// Colors
// ======

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

@function shade($color, $percentage) {
	@return mix(black, $color, $percentage);
}

Version data entries

41 entries across 41 versions & 2 rubygems

Version Path
viniBaxter-spa_landing-0.6.0 lib/viniBaxter/sass/spa_landing/theme/_functions.scss