Friday, July 24, 2009

CSS clutter, resolved

It might be an old trick, but i like it. when you find yourself linking to many CSS files and want to clear up some of them, just link to one, and use:

@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");

No comments:

Post a Comment