mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 14:38:17 +01:00
externals: Add fmt subtree
Merge commit 'a9f62a15cd' as 'externals/fmt'
This commit is contained in:
commit
bd1c5c28ee
162 changed files with 72229 additions and 0 deletions
15
externals/fmt/doc/bootstrap/mixins/responsive-visibility.less
vendored
Normal file
15
externals/fmt/doc/bootstrap/mixins/responsive-visibility.less
vendored
Normal 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; }
|
||||
tr& { display: table-row !important; }
|
||||
th&,
|
||||
td& { display: table-cell !important; }
|
||||
}
|
||||
|
||||
.responsive-invisibility() {
|
||||
display: none !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue