Skip to content
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

_debug.scss warns about empty hr's #100

Closed
Inkdpixels opened this issue Jan 3, 2013 · 1 comment
Closed

_debug.scss warns about empty hr's #100

Inkdpixels opened this issue Jan 3, 2013 · 1 comment

Comments

@Inkdpixels
Copy link

The _debugs.scss file will outline any <hr> as they are "empty" elements - As I dont think this was intended to be displayed, a proper solution would be to use the :not selector.

:empty:not(hr){
    outline:5px solid yellow;
}
@csswizardry
Copy link
Owner

Please see #291.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants