BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

add ie8 max 31 css files fix too. #34

Closed lhwparis closed 10 years ago

lhwparis commented 10 years ago

thanks for that script. there is another bug related to the max selectors one. its that IE can only handle 31 css files includes via . is this script handling that problem too? it should scan an html file for to many includes in the head and replace them with @import each style tag can contain up to 31 css files.

paulyoung commented 10 years ago

Thanks for reporting. This tool is not targeting that issue, nor is it on the roadmap.

Since Bless only operates on CSS files, it seems like a separate tool or something existing like usemin would be better.