first commit - report data
This commit is contained in:
No files matched your search
@@ -0,0 +1,15 @@
|
||||
@function color($key) {
|
||||
@return map-get($colors, $key);
|
||||
}
|
||||
|
||||
@function color_lighten($key, $amount) {
|
||||
@return lighten(map-get($colors, $key), $amount);
|
||||
}
|
||||
|
||||
@function color_darken($key, $amount) {
|
||||
@return darken(map-get($colors, $key), $amount);
|
||||
}
|
||||
|
||||
@function to_opacity($color, $opacity) {
|
||||
@return rgba(color($color), $opacity);
|
||||
}
|
||||
Reference in New Issue
Block a user