Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

remove id attrs, optionally #21

Open
stevenvachon opened this issue Dec 1, 2016 · 0 comments
Open

remove id attrs, optionally #21

stevenvachon opened this issue Dec 1, 2016 · 0 comments

Comments

@stevenvachon
Copy link

…if there is no corresponding selector in the stylesheet.

Before:

<style>
#exists { prop:value }
</style>
<div id="exists"></div>
<div id="non-existent"></div>

After:

<style>
#xz { prop:value }
</style>
<div id="xz"></div>
<div></div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant