mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Embedded Icon font source has base64 data URI in CSS
This commit is contained in:
committed by
Francis Lachapelle
parent
5cc14bb729
commit
72ae466541
@@ -10,7 +10,6 @@
|
||||
/// if not compiled in a specific order
|
||||
/// todo : build with grunt
|
||||
///
|
||||
$md-icon-src-path: "../../../bower_components/material-design-iconic-font/scss/";
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_variables";
|
||||
// variables in source are not defaulted, we MUST override here
|
||||
// relative (to css) path for src fonts
|
||||
@@ -18,7 +17,7 @@ $md-font-path: "../fonts";
|
||||
// Set style directive prefix to "md-icon-"
|
||||
$md-css-prefix: md-icon;
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_mixins";
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_path";
|
||||
//@import "../../../bower_components/material-design-iconic-font/scss/_path"; // Overiden with base64 src
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_core";
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_sizes";
|
||||
@import "../../../bower_components/material-design-iconic-font/scss/_border";
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user