From 161b061d4e51eb1e2b2b7e9482d5299489ef7c45 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Sep 2018 10:07:05 +0200 Subject: Remove duplicated videos on unfollow/delete redundancy --- client/src/sass/application.scss | 2 +- client/src/sass/include/_fonts.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 0029c22ef..40a9ed231 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -1,4 +1,4 @@ -$icon-font-path: '../../node_modules/@neos21/bootstrap3-glyphicons/assets/fonts/'; +$icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; @import '_bootstrap'; @import '_variables'; diff --git a/client/src/sass/include/_fonts.scss b/client/src/sass/include/_fonts.scss index 61717e6f5..d4694a747 100644 --- a/client/src/sass/include/_fonts.scss +++ b/client/src/sass/include/_fonts.scss @@ -1,4 +1,4 @@ -$FontPathSourceSansPro: '../../node_modules/npm-font-source-sans-pro/fonts'; +$FontPathSourceSansPro: '~npm-font-source-sans-pro/fonts'; @font-face { font-family: 'Source Sans Pro'; -- cgit v1.2.3