sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.1k stars 210 forks source link

[BUGFIX] Set correct scss variable #359

Closed HD-CMS closed 7 years ago

HD-CMS commented 7 years ago

Bugfix for yesterday commit -_- It was too late... @sapegin

Set sass var $variable: XXXX !default; instead of $variable= XXXX !default;

Module build failed: 
$icons-font-path = "/build/fonts/" !default;
^
      Expected ':' after $icons-font-path in assignment statement
sapegin commented 7 years ago

👻