2createStudio / postcss-sprites

Generate sprites from stylesheets.
MIT License
413 stars 50 forks source link

Fix: failed scan background style not ends ';' #33

Closed redforks closed 8 years ago

redforks commented 8 years ago

if a css rule:

.foo { background: url('../images/arrow.png') }

The background style not ignored, because it is not end with ';'. Not all css style end with ';' though.