########################################################
# try to cache, compress and set header of CSS files
# in this directory, if supported by the server
########################################################
# cache (1 year should do one would think - version numbers are - typically - appended anyway to clear this)
ExpiresActive On # enable expiration
ExpiresByType text/css "access plus 1 year"
# compress
AddOutputFilterByType DEFLATE text/css
# set header
Header append Vary: Accept-Encoding