-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Load semantic ui as global css in the application #1741
Comments
Fixed by #1633 |
having same issue at 1.0.0-beta.28.3 |
@ozelen you can use the global CSS config to add it. See https://github.com/angular/angular-cli/wiki/overview#global-styles for more info. |
Thank you much @filipesilva , it does work! Didn't work for LESS which is quite more customizable... |
It should work for css and less (and the others). Can you open a new issue with the problem you're having? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Windows 8.1
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli: 1.0.0-beta.11-webpack.2
node: 6.3.1
os: win32 x64
do on your code? etc.
This app created using the CLI.
I'm trying to using semantic ui for the css. I'm using their less plugin
How can i use the semantic ui less for global css in my application?
I'm trying to load it in app.component.ts with failure.
more information.
The text was updated successfully, but these errors were encountered: