Gridless: a responsive HTML5 and CSS3 boilerplate
thatcoolguy.github.com
Gridless: a responsive HTML5 and CSS3 boilerplate
1–10 of 20 posts
Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#2Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#3To be honest, if compass doesn't have it I just dont care at the moment.
Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#4To be honest, if compass doesn't have it I just dont care at the moment.
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
#5Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#6Loved the test page. Good work!
Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#7Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#8Awesome! 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.
Re: Gridless: a responsive HTML5 and CSS3 boilerplate
#9- 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
#10Looks 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)