Steve Aquillano

Results 3 issues of Steve Aquillano

It'd be really great to have a getting started guide, with some usage examples.

The docs for `Window.moveToPercentOfScreen` say "...of the window's current screen" -- but there seems to be a side effect in which the window in moved to the primary monitor in...

i.e. ``` input:checked + .icon-checkbox, // *2 input.checked + .icon-checkbox { // *3 @include color_link; &:before { content: "\E0D3"; } &:after { content: "Selected Checkbox"; } } ``` ... and...