memoyr / mdev / mindgspl

Results 2 issues of memoyr / mdev / mindgspl

``` import styles from "./button.css"; @Component({ selector: 'buttone', template: `test`, }) ``` is there a way to make the class .some-btn to be find, somehow the dash breaks the reference....

My case is different than the existing question "Why do I need to combine block and prefixed modifier class for a modified block?" What I'd like to know , is...