Christian Söderberg

Results 2 issues of Christian Söderberg

I just discovered a potential regression, cause the bug reported in [issue 174](https://github.com/yjose/reactjs-popup/issues/174) still occurs in the latest version. When selecting text in a popup and having mouse-up event occur...

Hi! Im using mappy-breakpoints (v. 0.2.3) like this: ``` $breakpoints: ( 's' : 36em, 'm' : 48em, 'l' : 64em, ); @include mappy-bp(s m){ //Doing some styles }; ``` But...