LeaVerou / prefixfree

Break free from CSS prefix hell!

Home Page:http://projects.verou.me/prefixfree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignore stylesheets without (data-)href attribute.

w3core opened this issue · comments

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.

I just created pull request that resolves this issue (#6110).