Live data from Hacker News

Gridless: a responsive HTML5 and CSS3 boilerplate

thatcoolguy.github.com

1–10 of 20 posts

Re: Gridless: a responsive HTML5 and CSS3 boilerplate

#3
post #2

To be honest, if compass doesn't have it I just dont care at the moment.

I don't really see the need for a Compass version right now, but you can try to port it anytime. It'll be easy, since Gridless doesn't have any pre-made grid systems or classes.

Re: Gridless: a responsive HTML5 and CSS3 boilerplate

#4
post #2

To be honest, if compass doesn't have it I just dont care at the moment.

I'm a Compass contributor and lover and I'm working on a framework which will provide the ultimate set of tools for front-end engineers.

Currently it's still undocumented and there are no examples; the project will gradually grow after I find some time to write some tests, but you can check it out here: https://github.com/kuroir/Survival-Kit

Survival Kit is to Compass(SASS) what Rails is to Ruby(Core-Library).

Re: Gridless: a responsive HTML5 and CSS3 boilerplate

#8
post #7

Awesome! I have been thinking about making something like this, but it looks like you did a better job than I would have. Responsive design is an idea who's time has come.

Thanks :) I really think responsive web design and one web is the future of web design. There are some situations where a specific mobile website will be needed, but in the (near) future these will be very rare IMHO. If you have any cool ideas let me know with a pull request or something.

Re: Gridless: a responsive HTML5 and CSS3 boilerplate

#9
Looks good, I've got few questions for you:

- Why put respond.js in the footer? (H5BP puts it up in the head with the call to Modernizr)

- Why self-close your meta and link tags if you're using HTML5?

- Why doesn't the image in the demo resize as you resize the window? (img { max-width: 100%; } fixes that)

Re: Gridless: a responsive HTML5 and CSS3 boilerplate

#10
post #9

Looks good, I've got few questions for you: - Why put respond.js in the footer? (H5BP puts it up in the head with the call to Modernizr) - Why self-close your meta and link tags if you're using HTML5? - Why doesn't the image in the demo resize as you resize the window? (img { max-width: 100%; } fixes that)

1. Respond.js is not in the footer, it is inside the tag. See here: https://github.com/thatcoolguy/gridless-boilerplate/blob/mas... 2. HTML5's syntax is not very strict, but I prefer closing void elements because I think it improves readability. 3. I chose not to add any responsive image style by default because of IE problems and Windows' rendering. I'm thinking of adding that soon.
Post reply on HN