I'm trying to figure out how to customize a theme as outlined here:
http://www.telerik.com/kendo-angular-ui/components/styling/
What I can't figure out is under the section Custom Themes. It describes being able to change the scss variables directly in your own application, but this isn't working for me. Exactly what references do I need in place so I can do this?
$accent: #ff69b4;
@import "~@progress/kendo-theme-default/scss/all";
I can put this in my component style file... but I'm still missing something (it does nothing).
What is the "correct path to modules" that they reference here?
@Component({
selector: 'my-app',
styleUrls: [
// load the default theme (use correct path to modules)
'styles.scss'