Summary:
cms_stylesheet ability to create named groups of combined stylesheets: via name suffix etc
Detailed Description:
This is the real world example of the issue that my request would solve.
Using CGSmartImage within stylesheets assigned to a template that is device
aware : monitor; tablet; handheld etc and as such supplying varying template
code.
Styles are taken care of with media quires within the individual stylesheets
which basically works well. However when using CGSmartImage to embed(base64)
images used within the stylesheets the media queries select in / out where
required, but image code that is not required for say 'handhelds' is still
served and can be quite heavy.
A solution would be to switch between differing 'sets' of combined style sheets,
thereby reducing payload. In this case a simple css filename suffix type filter
would suffice: {cms_stylesheet combine="mb_*"} to form seperate groups of
combined stylesheets.
I hope the above is clear.
Jonathan