Live data from Hacker News

Inuit.css - Another CSS framework

csswizardry.com

1–10 of 30 posts

Re: Inuit.css - Another CSS framework

#3
I was skeptical at first and skimmed through inuit.css - I must say the "debug" stuff, in particular checking for images without alt tags and links without titles, et cetera, is rather nice. I'd like to see this packaged in a Sass/SCSS format too.

Re: Inuit.css - Another CSS framework

#4
post #2

Looks nice. But there should be some way to see the source without downloading a zip. Github is an easy answer, something like what the HTML5 Boilerplate or backbone.js does would be even cooler.

Wow, on Hacker News, cheers guys!

I'm Harry, the guy who made inuit.css. There is a link to inuit.css in the page's h1, which I know is way too hidden: http://csswizardry.com/inuitcss/css/inuit.css

I'm a designer/front-end dev at heart so I don't know Git(hub) at all. I have made an account about an hour ago though and I'm hoping to get inuit.css on there asap. Just gotta learn it now.

Cheers, H

Re: Inuit.css - Another CSS framework

#5
post #2

Looks nice. But there should be some way to see the source without downloading a zip. Github is an easy answer, something like what the HTML5 Boilerplate or backbone.js does would be even cooler.

Wow, on Hacker News, cheers guys! I'm Harry, the guy who made inuit.css. There is a link to inuit.css in the page's h1, which I know is way too hidden: http://csswizardry.com/inuitcss/css/inuit.css I'm a designer/front-end dev at heart so I don't know Git(hub) at all. I have made an account about an hour ago though and I'm hoping to get inuit.css on there asap. Just gotta learn it now. Cheers, H

perhaps a nice cheat sheet may be up your street? I found looking at a blueprint one a nice way to get an overview of what is available.

Re: Inuit.css - Another CSS framework

#6
post #2

Looks nice. But there should be some way to see the source without downloading a zip. Github is an easy answer, something like what the HTML5 Boilerplate or backbone.js does would be even cooler.

Wow, on Hacker News, cheers guys! I'm Harry, the guy who made inuit.css. There is a link to inuit.css in the page's h1, which I know is way too hidden: http://csswizardry.com/inuitcss/css/inuit.css I'm a designer/front-end dev at heart so I don't know Git(hub) at all. I have made an account about an hour ago though and I'm hoping to get inuit.css on there asap. Just gotta learn it now. Cheers, H

Any reason for using height:101% instead of overflow-y:auto for scrollbars?

Also, shouldn't the utf-8 declaration be at the top before a massive block of commented text? Though in practice I'm not sure if it matters much either way.

Thanks

Re: Inuit.css - Another CSS framework

#7
post #6

Earlier quoted context omitted.

Wow, on Hacker News, cheers guys! I'm Harry, the guy who made inuit.css. There is a link to inuit.css in the page's h1, which I know is way too hidden: http://csswizardry.com/inuitcss/css/inuit.css I'm a designer/front-end dev at heart so I don't know Git(hub) at all. I have made an account about an hour ago though and I'm hoping to get inuit.css on there asap. Just gotta learn it now. Cheers, H

Any reason for using height:101% instead of overflow-y:auto for scrollbars? Also, shouldn't the utf-8 declaration be at the top before a massive block of commented text? Though in practice I'm not sure if it matters much either way. Thanks

overflow-y, although relatively stable, has only been officially proposed in CSS3. So I could (and might) use overflow-y, but the height:101%; is a hangover from when overflow-y was a non-standard bit of CSS.

I don't dislike the overflow-y method, I just used the one I've used for year. I might update inuit.css to use the more obvious overflow-y property soon though.

Good spot on the charset declaration though. Thank you very much. I'll update on my lunch break or something :)

Thanks, H

Re: Inuit.css - Another CSS framework

#9
post #2

Looks nice. But there should be some way to see the source without downloading a zip. Github is an easy answer, something like what the HTML5 Boilerplate or backbone.js does would be even cooler.

Wow, on Hacker News, cheers guys! I'm Harry, the guy who made inuit.css. There is a link to inuit.css in the page's h1, which I know is way too hidden: http://csswizardry.com/inuitcss/css/inuit.css I'm a designer/front-end dev at heart so I don't know Git(hub) at all. I have made an account about an hour ago though and I'm hoping to get inuit.css on there asap. Just gotta learn it now. Cheers, H

Thanks, I had no idea that was a link. The color is the same as your logo color, which is tres confusing.
Post reply on HN