diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 16:23:10 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-05-27 16:23:10 +0200 |
commit | 41a2aee38cf812510010da09de9bae53590ec119 (patch) | |
tree | 79d55d6ae0ef6f66ccb88890cf1ef1946dc65fb4 /client/stylesheets/application.scss | |
parent | 157cb9c9713e08ff70078660a32dd77ecb87eabc (diff) | |
download | PeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.gz PeerTube-41a2aee38cf812510010da09de9bae53590ec119.tar.zst PeerTube-41a2aee38cf812510010da09de9bae53590ec119.zip |
Follow the angular styleguide for the directories structure
Diffstat (limited to 'client/stylesheets/application.scss')
-rw-r--r-- | client/stylesheets/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/stylesheets/application.scss b/client/stylesheets/application.scss index b91698056..98c1e37ad 100644 --- a/client/stylesheets/application.scss +++ b/client/stylesheets/application.scss | |||
@@ -1,4 +1,4 @@ | |||
1 | $icon-font-path: "/app/node_modules/bootstrap-sass/assets/fonts/bootstrap/"; | 1 | $icon-font-path: "/client/node_modules/bootstrap-sass/assets/fonts/bootstrap/"; |
2 | 2 | ||
3 | @import "bootstrap-variables"; | 3 | @import "bootstrap-variables"; |
4 | @import "_bootstrap"; | 4 | @import "_bootstrap"; |