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:
parent
f7f6810f3e
commit
26e1adeb05
@ -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}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user