Configs->Icons

All of your application's configuration variables specific to icons.

graph TD; classDef default fill:#eaeaea,stroke:#666,stroke-width:2px; classDef active fill:#fff,stroke:#666,stroke-width:2px; CONFIG(Configs); CONFIG1(Config 1); CONFIG---CONFIG1; CONFIG1---CONFIG-COLORS(Colors); CONFIG1---CONFIG-ICONS(Icons); CONFIG1---CONFIG-IMAGES(Images); CONFIG1---CONFIG-LAYOUTS(Layouts); CONFIG1---CONFIG-TYPOGRAPHY(Typography); class CONFIG-ICONS active;

Example

$icon-stack-1-name: "iconSet";
$icon-stack-1-url: "/icons/icon-set";

$icon-stack-2-name: "alertnateIconSet";
$icon-stack-2-url: "/icons/alternate-icon-set";

Generator

You can automatically create and @import config files with the Plum Generator by running the following command:

  • yo plum:config <name>