Ruslan Arkhipau

Results 4 issues of Ruslan Arkhipau

Consider the following code: ```scss $some-red: #DD0000; $color-danger: $some-red; // ... .error { color: $color-da[code_completion_requested] } ``` Such piece is rather common when working with bootstrap, for example. Right now...

Type: Enhancement

Hi, nice job on the component! The only issue I have with it right now relates to its stylability. Is there any chance that the styles currently in "styles" array...

Fixes #27, ensures that the package can be safely used in complex environments

Right now I have tslint in my project complaining due to the fact that it also looks at `angular2-tag-input` tslint.json file. Since this is a dev-only configuration, it shouldn't be...