mirror of
https://github.com/google/pebble.git
synced 2025-11-21 06:50:54 -05:00
Import the pebble dev site into devsite/
This commit is contained in:
9
third_party/bourbon/functions/_tint-shade.scss
vendored
Normal file
9
third_party/bourbon/functions/_tint-shade.scss
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Add percentage of white to a color
|
||||
@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);
|
||||
}
|
||||
Reference in New Issue
Block a user