Imagine I have a variable:
@title: blue;
I want to know if there is a way to use the iscolor function to perform an action if the value is blue. For instance, if @title = blue, import a @mixin into a class named "mytitle". I'm having difficulty grasping the behavior of the iscolor function. Thank you in advance!