-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Add ability to control walker function #6
Comments
You can use By default Example with :root {
/* this is the html element */
} Example with :root html {
/* this is the html element */
} |
Thanks for quick answer. The problem is deeper ) |
Or better replace |
Here is pull: #7 |
Ping :) |
Hi, thanks for the great plugin!
I'd like to control which selectors mustn't be namespaced (for example
html
tag). Therefore I suggest to add to options callback which would be called for testing if this selector should be namespaced.P.S. All in all I believe that
html
tag shouldn't be namespaced at all.The text was updated successfully, but these errors were encountered: