Well, the title is my question. I (the programmer) want exactly one for caching and compressing reasons but my designer keeps sending me separate files for each site.
Maybe there's a designer point of view to mention that I don't get yet.
|
Questions on User Experience Stack Exchange are expected to relate to user experience within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You could let the designer produce as many as they like and then minify them along with any JavaScript files to meet your caching and compression requirements. See the following for further information: |
|||
|
|
|
Multiple CSS files are easier to manage. You could just merge them into 1, and maybe even minimize them. A simple mechanism to merge multiple CSS-files:
|
|||
|
|