diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 09:26:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 09:26:50 +0100 |
commit | e203f2e0e1ba778201191dfaf83bc90341616610 (patch) | |
tree | 0115fa08560588882949cad47a0572fcaf33d774 /client/src/sass/application.scss | |
parent | 24a8e782d8b2adb208d9cfb8659450395e2e2a77 (diff) | |
download | PeerTube-e203f2e0e1ba778201191dfaf83bc90341616610.tar.gz PeerTube-e203f2e0e1ba778201191dfaf83bc90341616610.tar.zst PeerTube-e203f2e0e1ba778201191dfaf83bc90341616610.zip |
Only import bootstrap component that we need
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 968dc5f58..a1c222c31 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -2,7 +2,7 @@ | |||
2 | @import '_mixins'; | 2 | @import '_mixins'; |
3 | 3 | ||
4 | $icon-font-path: '../../node_modules/bootstrap-sass/assets/fonts/bootstrap/'; | 4 | $icon-font-path: '../../node_modules/bootstrap-sass/assets/fonts/bootstrap/'; |
5 | @import '~bootstrap-sass/assets/stylesheets/_bootstrap'; | 5 | @import '_bootstrap'; |
6 | 6 | ||
7 | $FontPathSourceSansPro: '../../node_modules/npm-font-source-sans-pro/fonts'; | 7 | $FontPathSourceSansPro: '../../node_modules/npm-font-source-sans-pro/fonts'; |
8 | @import '~npm-font-source-sans-pro/source-sans-pro'; | 8 | @import '~npm-font-source-sans-pro/source-sans-pro'; |