Utilities » Icons Print Icon ClassesLink
Since: 2.0.0 New IssueChoose whether or not to print CSS classes for icons in your stylesheet. By default, this option is false for child themes, and true for the framework. Set this to true when you want to give the client flexibility to choose their own icons using CSS and custom HTML.
Examples
Print all icon classes in your stylesheet.
$print-icon-classes: true;
icons/_base.scss, line 63
View Source