LeaVerou / prefixfree

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

Ignore stylesheets without (data-)href attribute. #6110

Closed w3core closed 8 years ago

w3core commented 8 years ago

In the case when stylesheet has not (data-)href attribute (for example when using Angular directive ng-href. For this case href attribute will not available while controller variables will not available) prefixfree should not post-process stylesheet because it will throw an error. For this case stylesheet post-processing logic should process DynamicDom plugin.

LeaVerou commented 8 years ago

Thanks!