SCSS Compiler
//Check your console @debug mixin-exists("myColor"); // false @mixin myColor { color: red; } @debug mixin-exists("myColor"); // true
OUTPUT
×

Save as Private