Updated
This commit is contained in:
parent
50def158c2
commit
82a0fd6eea
8 changed files with 56 additions and 535 deletions
7
src/styles/functions.sass
Normal file
7
src/styles/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