-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add css to index.html #273
Comments
Including UI frameworks like Semantic UI is not as straightforward because you need to take care of UI components that require JS and include these appropriately as Webpack modules. Possible solutions... I will write a Wiki once I have something to demo.
Consolidating UI related issues in #199. |
You may also want to checkout: https://github.com/ghillert/angular2-webpack-starter-bootstrap I customized the starter slightly to add Bootstrap 3 (with JQuery) and Less support. |
I have added CSS support (the webpack way) in a PR #338. |
How should one utilise the following code found in index.html
I want to do that in order to include
semantic.min.css
. Please do suggest if there is a better way to it.The text was updated successfully, but these errors were encountered: