army8735 / more

a css pre-compiler&agressive compressor
http://army8735.me/more
68 stars 4 forks source link

issue with IE8 #28

Open soubok opened 8 years ago

soubok commented 8 years ago

On IE8, space is mandatory after url(...)

not supported on IE8:

...{background:url(bg.png)15em 6em no-repeat fixed #fff}

supported on IE8:

...{background:url(bg.png) 15em 6em no-repeat fixed #fff}