Skip to content

Commit

Permalink
fix(css): revert hidden css
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jul 24, 2018
1 parent 8ec8d06 commit 7d3d98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/css/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ body {

text-size-adjust: none;
}

[hidden] {
/* stylelint-disable-next-line declaration-no-important */
display: none !important;
}

0 comments on commit 7d3d98d

Please sign in to comment.