Ryan McLaughlin

Results 4 issues of Ryan McLaughlin

Seems that pseudo classes aren't yet supported. ### From: ``` #hello:hover { background: blue; } ``` ### To: ``` #hello { &:hover { background: blue; } } ```

Though there is a menu option for it, it'd be nice to have a Clear Guides button.

Hey there, I'm trying to pass a remote URL for cloudinary instead of a file which seems to be an option: http://cloudinary.com/documentation/upload_images#remote_upload I'm getting this error: `Uncaught TypeError: Failed to...

I'm curious what the impact is of constantly running `updateReminders` 600 times a minute versus observing changes in the DOM? Any thoughts?

question