Using SASS, I would like to have multiple condition in IF statement
What I use right now :
@function color-x ($alpha) { @if
You can also do:
@if index("foo" "bar", $value) { .. }
Beware though:
null