mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Clean up LESS files
This commit is contained in:
15
less/lib/bootstrap/mixins/responsive-visibility.less
Executable file
15
less/lib/bootstrap/mixins/responsive-visibility.less
Executable file
@@ -0,0 +1,15 @@
|
||||
// Responsive utilities
|
||||
|
||||
//
|
||||
// More easily include all the states for responsive-utilities.less.
|
||||
.responsive-visibility() {
|
||||
display: block !important;
|
||||
table& { display: table !important; }
|
||||
tr& { display: table-row !important; }
|
||||
th&,
|
||||
td& { display: table-cell !important; }
|
||||
}
|
||||
|
||||
.responsive-invisibility() {
|
||||
display: none !important;
|
||||
}
|
Reference in New Issue
Block a user