-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
kendo-theme-bootstrap not working #541
Comments
If you're using angular-cli, it seems to be related to this: angular/angular-cli#6242 |
This works for me:
|
the "all" only works if the webpack
extensions array contains the extension you can find in the directory if not included then its not working. |
Why is this issue closed? How to make it work with Sass? |
The initially discussed issue was resolved. Please open a support ticket if you need assistance with setting up your project. |
this theme is still busted |
@shamilovtim please, open an issue with more details about the issues you're experiencing. |
I apologize, it was the import order. It really needs to be specified on the docs. I posted a common on the relevant ticket (which was closed in the past). |
Using lastest release of Kendo Angular,
Then:
On styles.scss
add:
@import "../node_modules/@progress/kendo-theme-bootstrap/scss/all";
That gives me the error:
File to import not found or unreadable: ~@progress/kendo-theme-default/scss/variables.
The text was updated successfully, but these errors were encountered: