We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
such as class, ping and rel.
class
ping
rel
<a class="class1 class2 class2" ping="http://domain1.com, http://domain2.com" rel="me me external">
would compile to:
<a class="class1 class2" ping="http://domain1.com,http://domain2.com" rel="me external">
These would be handy: list-to-array, dupe
If we wanted to de-dupe URL lists (such as ping), we could use url-relation.
The text was updated successfully, but these errors were encountered:
Add module for de-duplicating values in list-like attributes #39
ec2b50c
For now I only implemented class, rel, and ping minification as deduplicateAttributeValues module. I'm going to release it in version 0.2.0.
deduplicateAttributeValues
Sorry, something went wrong.
Released: 0.2.0.
No branches or pull requests
such as
class
,ping
andrel
.would compile to:
These would be handy: list-to-array, dupe
If we wanted to de-dupe URL lists (such as
ping
), we could use url-relation.The text was updated successfully, but these errors were encountered: