Skip to content

Commit

Permalink
(less) move .hidden to utilities; fixes twbs#10997
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Oct 14, 2013
1 parent d339f44 commit 38c0b77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions responsive-utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@
}


// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate

.hidden {
display: none !important;
visibility: hidden !important;
}


// Visibility utilities

.visible-xs {
Expand Down
10 changes: 10 additions & 0 deletions utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
}


// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate

.hidden {
display: none !important;
visibility: hidden !important;
}


// For Affix plugin
// -------------------------

Expand Down

0 comments on commit 38c0b77

Please sign in to comment.