diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 16:17:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-12-04 16:17:46 +0100 |
commit | c158027179248b3c8d9e08f9c748d3f1b8dff3fb (patch) | |
tree | 11a2767425dc728dade8446c8077d4dd94038fe3 /public | |
parent | 0b69752270f1ceea06a29872b3db23660a55d6d3 (diff) | |
download | PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.tar.gz PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.tar.zst PeerTube-c158027179248b3c8d9e08f9c748d3f1b8dff3fb.zip |
Add include paths for bootstrap sass and avoid to import an entire path
in the sass file
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/index.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/index.scss b/public/stylesheets/index.scss index 5dbb5e85a..16f2ae88f 100644 --- a/public/stylesheets/index.scss +++ b/public/stylesheets/index.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | $icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; | 1 | $icon-font-path: "/stylesheets/vendor/fonts/bootstrap/"; |
2 | 2 | ||
3 | @import "../../node_modules/bootstrap-sass/assets/stylesheets/bootstrap"; | 3 | @import "_bootstrap"; |
4 | 4 | ||
5 | body { | 5 | body { |
6 | padding: 20px; | 6 | padding: 20px; |