Live data from Hacker News

SkyBlue – Small SASS framework

stanko.github.io

1–10 of 26 posts

Re: SkyBlue – Small SASS framework

#4
Always 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/7B99Zu2,K1HwU5f

Re: SkyBlue – Small SASS framework

#5

Always 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/…

I have the same issue on Chrome 40.0.2214.111 on Linux. Other than that I agree, it's nice to have multiple alternatives for different purposes. For example, there is also Skeleton (http://getskeleton.com/) which has a very minimalistic design as well.

Re: SkyBlue – Small SASS framework

#7

Always 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/…

Thank you, I'll take a look at it and fix it soon. EDIT: Fixed :)

Re: SkyBlue – Small SASS framework

#10
Thanks! I like the minimalistic style. I will definitely use this for a small test project soon.

What 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?

Post reply on HN