Tag : CSS

1 - 1 of 1

Modular CSS

I've found a great slideshow site introducing Modular CSS. I can understand clearly enough to get a gist of the concept of Modular CSS, which I've been working on depending on my experience. This slide shows how it works to support non-CSS oriented browsers like old-fashioned NN4, IE5.5/6, Mac/IE, and so on.

This slide tells that it is good to separate CSS by:

  • container
  • header
  • content
  • footer

but I think separating CSS into many files also causes a problem and tends to be non-maintainable. Of course write all code in one file is not good, actually a bad manner, but also make it into small pieces are bad neither, I think.

so...I/You have to be careful when I/you try to make it separated.