2createStudio / postcss-sprites

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

Remove prefix declarations #79

Closed booxood closed 7 years ago

booxood commented 7 years ago

When remove all necessary background declarations, no remove prefix declarations. But some background declarations have prefix. Especially when you use autoprefixer.

Relate issue

vvasilev- commented 7 years ago

Hey @booxood,

Thanks for the PR! I think the plugin shouldn't care about any vendor prefixes. You can put the plugin right before autoprefixer in this way the output won't contains unnecessary declarations.

booxood commented 7 years ago

@vvasilev- It is possible that self wrote...