Is there something like is-map($some_variable) in SASS?
I have tried looking into the documentation but there is none there.
Is there something like is-map($some_variable) in SASS?
I have tried looking into the documentation but there is none there.
You can implement it with the
type-offunction, like this one: