8932bebc95
Fixes #5
17 lines
No EOL
241 B
SCSS
17 lines
No EOL
241 B
SCSS
.d-none {
|
|
@include responsive() {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.d-block {
|
|
@include responsive() {
|
|
display: block!important;
|
|
}
|
|
}
|
|
|
|
.d-flex {
|
|
@include responsive() {
|
|
display: flex!important;
|
|
}
|
|
} |