2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 07:22:11 -06:00

Adding ability to override variables in SASS version

Related issue  - https://github.com/erikflowers/weather-icons/issues/95
This commit is contained in:
Valentyn 2015-08-19 21:57:16 +03:00
parent f7f6810f3e
commit 26e1adeb05

View File

@ -1,8 +1,8 @@
// Base Variables
$wi-path: "../font";
$wi-version: "2.0";
$wi-css-prefix: wi;
$wi-font-family: weathericons;
$wi-path: "../font" !default;
$wi-version: "2.0" !default;
$wi-css-prefix: wi !default;
$wi-font-family: weathericons !default;
@font-face {
font-family: '#{$wi-font-family}';