João Cunha
João Cunha
I was not able to replicate the issue, but I got several reports of freezing on Chrome v43, Windows XP and 7. It happens while typing on it. --- Edit:...
I personally prefer to write plain vanilla `px` units and have the build process to convert them to `rem`. I've been using [node-px2rem](https://github.com/ggkovacs/node-px2rem) for that and it works great, but...
> CSSO 1.3.11 > node v0.10.36 I don't know exactly what is going on, so I couldn't name the issue properly. This snippet: ``` css .foo { color: green; }...
Stylefmt is removing the spaces between the closing parenthesis and opening brackets ( `){` ) in this snippet: ``` .m-members-list--responsive { margin-right: bm(-2); .m-members-list__line-item { @include media($tablet--only){ @include columns--two; }...
Using Sublime Text plugin, but I assume it's a lib parsing issue. ``` css .foo { content: "\\"; } ``` Is comb'ed to: ``` css .foo { content: '\'; }...
This is great! It has the potential to end color naming debates for good, and matched with [css-colorguard](https://github.com/SlexAxton/css-colorguard) it would make a pretty sick designer's workflow. Just wondering how we...
Firefox for Android seems to be calculating the viewport height incorrectly on page load. Funny enough, it starts getting it right after changing the orientation. It's weird because [vUnit is...