fix a few more things

This commit is contained in:
benjamin melançon 2018-08-20 18:59:15 -04:00
parent a63630c808
commit d6b6def7b3
15 changed files with 68 additions and 66 deletions

View file

@ -4,7 +4,7 @@
//
// Styleguide: Component.Agaricons
$agaricon-path: 'fonts/';
$agaricon-path: 'fonts/' !default;
@font-face {
font-family: 'Agaricons';
src: url("#{$agaricon-path}agariccons.eot");

View file

@ -8,6 +8,8 @@
$font-dir: "../fonts" !default;
// Ionicons config path (used in ionicons Sass)
$ionicons-font-path: $font-dir !default;
// We seem to do the same thing with agariccons:
$agaricon-path: $font-dir !default;
// Colors
//