Updated
This commit is contained in:
parent
82a0fd6eea
commit
4fadb54891
24 changed files with 58 additions and 84 deletions
7
design/functions.sass
Normal file
7
design/functions.sass
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@use 'sass:color'
|
||||
|
||||
@function lighten-color($hex, $amount)
|
||||
@return color.mix(white, $hex, $amount)
|
||||
|
||||
@function darken-color($hex, $amount)
|
||||
@return color.mix(black, $hex, $amount)
|
||||
Loading…
Add table
Add a link
Reference in a new issue