Hey everyone,

I really don't like very long files, and especially the long css-files. So I was wondering: why don't we split up the css-file into multiple files: one components-shared.css, and one file for each component. I think that this will create more overview, and it separates things a bit more. Also, I'm working on a project with a really large skin, so there's a lot of other issues with editing such a file (my scrollbar moves a lot of lines per pixel, I can't really browse anymore but have to search a lot, etc.). Mostly minor things, but it's still annoying.

Furthermore, the project I'm working on has multiple skin-files, and I think it would be much more convenient to have my rules grouped by component instead of per skin. This is a related, but different feature.

So the features I'm proposing:
* Support @import for including other stylesheets
* Separate large stylesheets into component-specific stylesheets
* Be able to define rules for multiple skins in one file (I guess we need to extend the syntax for that).

Any thoughts on this?

--
chris

Reply via email to