Nicole Sullivan
Nicole Sullivan
Someone wrote this, (or wrote a generator for this) but I can't remember if they committed it. Martin, can we make grids_more.css a plugin? It should include 5-10's grids. @phpwalter...
I agree, I've moved the whole media query into a separate stylesheet so we can work out the kinks without impacting existing styles. I don't want to add classes to...
I like the idea of using better comments, we need an easy way to build compressed versions of the files (maybe tools from Yahoo! or Google?). Unfortunately, lots of people...
@imports aren't great for performance because there are still lots of http requests. Ideally a site should only have one css file in production. (The only exception is the very...
I have an idea, what if we do a build step in the project. Like YUI we can have a dev version and a minified version. That will allow more...
@phpwalter - everyone has a different idea about the right way to format code. I format it the way I like to read it, which is one line per selector....
We should change the media block to use the facebook method. Nan recently commented on my blog about it. It seems like a good solution.
oof, right now it looks like we have half one method, half another. The worst of both worlds.
I wonder if we could fix this by moving away from reset.css... Rely more on standard browser defaults for OL and UL.
do you have an example online somewhere? I think github is stripping some of the code.