Johannes Millan

Results 422 comments of Johannes Millan

Just wanted to let you know, that I created a little library to add support for this feature: https://github.com/johannesjo/angular-material-css-vars It's freshly build, so please let me know what you think...

Not sure if I am reading this correctly, but to me it seems like that this is a [chrome functionality they are just wrapping on electrons side of things][2]. If...

I've got the same issue, but the fix doesn't work unfortunately.

Angular is loaded before, is available as global var and works fine, but it is not included as node module, but via simple (Bower based) file include. When a global...

Hey there! Thanks for opening this up. Unfortunately, I currently don't have the capacities to work on this, as I am too busy to work on my other open source...

It shouldn't have as far as I am aware. In my case ``` @import '~angular-material-css-vars/src/lib/main'; ``` and ``` @import '~angular-material-css-vars/src/lib/_main'; ``` both work.

I am trying to stick to semver. So a major version change is likely to break something/require you to adjust your code. You can look up the changes [here](https://github.com/johannesjo/angular-material-css-vars/commits/master)

If complicated migrations need to happen, I'll write this in the readme. So far that hasn't been the case. I am also open to adding a more sophisticated solution if...

Thank you very much for opening this up and the offer to work on it, which would be very welcome indeed.