Forum Moderators: not2easy
Instead of writing
h1 { color:#123456; ... }
hr { color:#123456; ... }
I'd like to use somthing like
DEFINE PRIMARY-COLOR #123456
h1 { color:PRIMARY-COLOR; ... }
hr { color:PRIMARY-COLOR; ... }
Is something like that available?
How do you manage such recurring patterns?
Basically, you can link to a PHP/ASP file, but make sure that you send the appropriate mime-type as a header (text/css), and above all, make sure you fully test what is happening with the caching of the resulting file, and add headers for Last-Modified etc. as required.