I\'m trying to add SASS instead of vanilla CSS to the project and can get it mostly working.
For all who are using Latest versions of angular (4+),
Use :host ::ng-deep instad of :host /deep/
Replacing :host with \:host and >>> with /deep/ worked for me.
:host
\:host
>>>
/deep/