Skip to content
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

Closed
sebasfiorent opened this issue May 9, 2017 · 8 comments
Closed

kendo-theme-bootstrap not working #541

sebasfiorent opened this issue May 9, 2017 · 8 comments

Comments

@sebasfiorent
Copy link

Using lastest release of Kendo Angular,

Then:

  • npm install --save @progress/kendo-theme-bootstrap
  • npm install --save bootstrap@git://github.com/twbs/bootstrap.git#95f37e4c402df37db16781995ffa1592032df9c8

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.

@sebasfiorent sebasfiorent changed the title kendo-theme-bootstrap now working now kendo-theme-bootstrap not working May 9, 2017
@ghost
Copy link

ghost commented May 10, 2017

If you're using angular-cli, it seems to be related to this: angular/angular-cli#6242

@holger-at-schottel-de
Copy link

This works for me:

@import "~@progress/kendo-theme-bootstrap/dist/all.css";

@squadwuschel
Copy link

the "all" only works if the webpack

 extensions: ['.ts', '.js', '.json', '.css', '.scss', '.less']

extensions array contains the extension you can find in the directory if not included then its not working.

@codehippie1
Copy link

Why is this issue closed? How to make it work with Sass?

@tsvetomir
Copy link
Member

The initially discussed issue was resolved. Please open a support ticket if you need assistance with setting up your project.

@shamilovtim
Copy link

this theme is still busted

@tsvetomir
Copy link
Member

@shamilovtim please, open an issue with more details about the issues you're experiencing.

@shamilovtim
Copy link

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).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants