mixin_exists($name)
Check whether a mixin with the given name exists.
Examples:
mixin-exists(nonexistent) => false @mixin red-text { color: red; } mixin-exists(red-text) => true
Parameters:
Returns:
Please login to continue.
Please login to continue.