Fix #55 removed bootstraps.css which for example purpose before.

This commit is contained in:
Theophilus Omorebee
2017-09-22 17:36:11 +01:00
parent 012a894c04
commit 41445eb2c3
2 changed files with 0 additions and 8186 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,6 @@ const isProd = (process.env.NODE_ENV === 'production');
//add all external css to be added in our index.html--> like as if it's .angular-cli.json
const styles = [
"./src/assets/css/bootstrap.css",
"./src/styles.scss"
];