KittyGiraudel / ama

Ask me anything!
43 stars 4 forks source link

How can I define multiple SASS/SCSS variables at a time? #94

Closed touhid-rahman closed 6 years ago

touhid-rahman commented 6 years ago

In-stead of defining multiple variables separately like:

$logo_text_color: $white
$menu_link_color: $white
$menu_icon_color: $white

Is there any way to define them together at a time; something like this? $logo_text_color: $menu_icon_color: $menu_link_color: $white

KittyGiraudel commented 6 years ago

There is no way to do this. And there is no good reason to do this either. Simply define your variables one by one. :)