Skip to content

Instantly share code, notes, and snippets.

@dashdanilo
Forked from felipefialho/css-empty.md
Created November 23, 2016 20:24
Show Gist options
  • Save dashdanilo/84e7bd9ad385ea914c302aac346914ab to your computer and use it in GitHub Desktop.
Save dashdanilo/84e7bd9ad385ea914c302aac346914ab to your computer and use it in GitHub Desktop.
[CSS Trick] Hide dynamic element that break the layout when it is empty.

Hide dynamic element that break the layout when it is empty.

&:empty
  display none

!important, it can't has space on HTML

✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment