Scotty Vernon

Results 20 issues of Scotty Vernon

`background-size: 100% 0.15rem;` They seem to get too short to be visible at smaller breakpoints.

When installing `sassline` into an existing project via bower, layouts should probably be optional. Also, is sassline _dependent_ on the aggressive CSS reset? Or would it work just as well...

Just tried this JSS script out to try and make some jquery hover functions a little bit more streamlined with the CSS styles already set. I seem to be getting...

It'd be really nice to see this finished and updated to work with Koa 2.

The headers don't seem to be getting set on the latest version of Koa 2 with node 6.2. Any ideas?

It'd be nice if we could install this using homebrew rather than having to build it manually.

It'd be really cool if this printed the original `file.css` filesize, and then the new outputted filesize using the following tool: https://github.com/sindresorhus/maxmin#readme `grunt-cssmin` does it, and i'm missing that feature...

enhancement

Works fine on desktop browsers, but doesn't seem to be working on iOS devices when shimmed and loading in using requireJS.

```html ``` ```js var container = document.querySelectorAll('.test-context')[0]; var test = Sketch.augment(container); ``` As far as i'm aware, i should be able to augment an existing DOM element and manipulate said...

I've been testing it locally and on nodejitsu, but after a few hours, the stream seems to stop working. Is this because i'm not handling stream disconnections when a user...