Open nil opened 9 years ago
There are some variables which don't have any logic.
For example: why do I have to write var(--black) if writing black I have the same result?
var(--black)
black
See more here: http://createstopbecreative.com/2015/05/06/sass-stop-defining-useless-color-variables/
There are some variables which don't have any logic.
For example: why do I have to write
var(--black)
if writingblack
I have the same result?See more here: http://createstopbecreative.com/2015/05/06/sass-stop-defining-useless-color-variables/