Last change
on this file since eed0bf8 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
304 bytes
|
Line | |
---|
1 | // stylelint-disable declaration-no-important
|
---|
2 |
|
---|
3 | .responsive-visibility() {
|
---|
4 | display: block !important;
|
---|
5 | table& { display: table !important; }
|
---|
6 | tr& { display: table-row !important; }
|
---|
7 | th&,
|
---|
8 | td& { display: table-cell !important; }
|
---|
9 | }
|
---|
10 |
|
---|
11 | .responsive-invisibility() {
|
---|
12 | display: none !important;
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.