-
As far as I can tell, OOCSS is not mentioned anywhere on the CSS Lint website.
I'm hearing complaints that CSS Lint is "forcing Nicole's OOCSS principles on designers, by stealth". I don't agree, but…
-
Hi, using frequently applied class names like "page" or unique ID's like "content" might not be the best idea since various CMS's and their modules, plugins also use this type of naming.
Perhaps you …
-
So i was working on some custom select element where i had list of countries with their flags. Everything is working just fine, but then i saw that `Iran, Islamic Republic Of` is now displaying well.
…
-
It would be great if bootstrap supported a fluid grid. [Fluid 960 grid system](https://github.com/bauhouse/fluid960gs/tree/) might be a good starting point.
-
I'm seeing two cases of this warning that I think are false positives:
1) When using a reset stylesheet, you always get this warning, because a heading must be defined in at least two locations (one+…
-
Using headers and matching class names (as in OOCSS eg `h1, .h1 {}`) returns the error 'Heading has already been defined'
-
> Using0 `float` for layout isn't a great idea, but sometimes you have to. CSS Lint simply checks to see if you've used `float` more than 10 times, and if so, displays a warning. Using this many `floa…
pygy updated
13 years ago
-
I was exploring the mobile and fluid versions of the adapt.js GS on my pages and I noticed that the fluid version doesn't follow the same kind of behavior that's expected in the normal 960.gs, here is…
-
they can do @import inlining and css minification, which we want.
currently they'd replace a php script.
so we'd be trading a php dependency for a ruby/sass/compass one. (but only for the build scri…
-
If you are overriding styles for headings in media queries (e.g. for smaller screens or for print) you still get a warning.