memoyr / mdev / mindgspl

Results 4 comments of memoyr / mdev / mindgspl

I got an alternative solution to make it work by using `import classNames from 'classnames/bind';` [(https://github.com/JedWatson/classnames)] to help multiple css import. I'm evaluating if I should use `[ngClass]` for dynamic...

Here the existing case : `.checkbox` `.checkbox--toogle-switch` (I reuse most of .checkbox) `.checkbox--toogle-switch--small` (making it small for the toggle-switch and small without toggle wouldn't work.) Here's the complete example ,...

OK, i agree. The mistake is in the use of the markup and It's better having a separated object of checkbox toggle than having to add a modifier applied on...

Hi , I got the same issue with the plugin, it was adding backslashes when I try to import custom property sets from an external CSS file. I aim to...