not sure how to explain this - but here goes.
i have inherited a site with lots of style sheets. many of them share code, but all have differing elements to them based on which template they apply to [mainly color schemes].
can i have a master style sheet that has the common code in it, with the necessary customizations in standalone css - linked or referenced somehow?
you know what i mean aye - kinda like library items in dreamweaver, where if you want to change a piece of code somewhere that will impact on a lot of html pages - you don't have to edit each separate html page...?
thanks in advance :)