LeaVerou / prefixfree

Break free from CSS prefix hell!
http://projects.verou.me/prefixfree/
MIT License
3.83k stars 712 forks source link

Process specific file instead of all #6119

Closed aziznatour closed 7 years ago

aziznatour commented 8 years ago

Is there a way to disable processing of all stylesheets and instead target specific ones that have, for example, a data-prefix attribute.

This is opposite of the default behaviour which is processing of all, and then exclusion through data-noprefix.

LeaVerou commented 8 years ago

Nope, but it should be trivial to modify -prefix-free to do that in a fork. :)