Results 22 comments of blindmikey

Just a heads up, but ever since I've discovered chrome's built-in refresher, I've not come back to live-reloading. More here: https://youtu.be/x6qe_kVaBpg?t=6m8s (works in any editor so long as dev-tools is...

Hey @TheJaredWilcurt ! You are on it! Much appreciated! This definitely helps to know. The only caveat I can think of is that I would need to request everyone on...

effects issue #163

Thanks for the response! For now, We've changed our internal methodology to use `%parent--variation` in lieu of `%parent.-modifier` when we need to change more than a few properties. Using `&--variation...

Hey travco, I have noticed that writing nested styles like this is producing `%button` into the resulting css. For example: ``` css /* Example 1 */ %button { span &...

One last note about my specific use case; for an object-oriented style of CSS, I usually create a series of elements and components that can be extended and customized were...

(Seems to be) Fixed with replacing line 80 with: ``` var ua = $.browser; if ( _propsObj['transform'] != 'transform' || ( ua.mozilla && ua.version.slice(0,3) >= "16" ) ) ```

I've run into this same issue.

This seems to be due to duplicate field IDs - caused by the flexible "key" not being appended to the field ID for all fields in a NovaDependencyContainer that's housed...

Trying to narrow down the issue, it looks like renameFields() isn't being fired for fields inside of NovaDependencyContainer fields.