Top "Oocss" questions

OOCSS (Object-oriented CSS) is an initiative by Nicole Sullivan.

How to @extend from another sass file, or how to achieve OOSASS?

My question is actually broader than the title says. This is just where I am running into a snag with …

css sass oocss css-preprocessor
modify a css rule object with javascript

Possible Duplicate: Changing a CSS rule-set from Javascript I was wondering if there is any possibility to modify Css stylesheet …

javascript css oocss
naming BEM sub blocks

I'm using a BEM approach to writing html + css. With this syntax: Blocks: block_name Elements: block_name__element_name …

css naming oocss bem