mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20:14 +01:00
better fonts import using fontawesome-sass-loader
This commit is contained in:
parent
0419b2bf59
commit
cb13a3d5af
7 changed files with 5 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
@import "theme/theme";
|
||||
@import "theme/theme";
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
// TODO: is this the best way to resolve modules' paths to the file?
|
||||
@import "../../../../node_modules/font-awesome/scss/font-awesome.scss";
|
||||
|
|
@ -57,7 +57,3 @@ $font-light: 300;
|
|||
$font-normal: 400;
|
||||
$font-bold: 700;
|
||||
$font-ultraBold: 900;
|
||||
|
||||
// overrides default font awesome fonts path
|
||||
// not needed in case of copying fonts into assets path
|
||||
$fa-font-path: $fonts-root;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
@import "sass/conf/conf";
|
||||
@import "sass/fonts";
|
||||
@import "sass/bootstrap-overrides/overrides";
|
||||
|
||||
@import "sass/blur-admin-theme";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import 'jquery';
|
||||
import 'bootstrap-loader';
|
||||
import 'font-awesome-sass-loader';
|
||||
|
||||
/*
|
||||
* Providers provided by Angular
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue