mixin_exists($name)
Check whether a mixin with the given name exists.
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:
Designed by : w10schools
service@w10schools.com
Please login to continue.