SkyBlue – Small SASS framework
stanko.github.io
SkyBlue – Small SASS framework
1–10 of 26 posts
Re: SkyBlue – Small SASS framework
#2Re: SkyBlue – Small SASS framework
#3Re: SkyBlue – Small SASS framework
#4Thanks for putting it out there.
One issue I have with table is on hover, they get a bit janky (hovered row resizes entire table a bit). I think it's b/c you are removing cell border on hover so everything shifts a pixel or two (or however many column - 1).
Chrome on windows Version 41.0.2272.76 m.
Re: SkyBlue – Small SASS framework
#5Always nice to have more basic tools out there, esp. simple ones you can customize, and it looks nice. Thanks for putting it out there. One issue I have with table is on hover, they get a bit janky (hovered row resizes entire table a bit). I think it's b/c you are removing cell border on hover so everything shifts a pixel or two (or however many column - 1). Chrome on windows Version 41.0.2272.76 m. http://imgur.com/…
Re: SkyBlue – Small SASS framework
#6Re: SkyBlue – Small SASS framework
#7Always nice to have more basic tools out there, esp. simple ones you can customize, and it looks nice. Thanks for putting it out there. One issue I have with table is on hover, they get a bit janky (hovered row resizes entire table a bit). I think it's b/c you are removing cell border on hover so everything shifts a pixel or two (or however many column - 1). Chrome on windows Version 41.0.2272.76 m. http://imgur.com/…
Re: SkyBlue – Small SASS framework
#8Quick note: You can't distribute any of the free stuff available from Pixeden: http://www.pixeden.com/license
You'd need to provide a link to the asset so that SkyBlue users can download the package.
Re: SkyBlue – Small SASS framework
#9Re: SkyBlue – Small SASS framework
#10What I like less however, but it is a vice that bootstrap shares is that the grid system is a html driven one. As in: I have to define the classes on my html elements. I like http://neat.bourbon.io/ for example in that it uses extends in sass to apply grid styles to elements from within the css. So my html isn't riddled with layouting.
How well do your grid classes lend themselves to applying through css?