feeding the scss-linter 🍼👶
parent
7423b09137
commit
176aac3678
|
@ -18,6 +18,8 @@
|
|||
}
|
||||
&.open {
|
||||
@include table-flex(center, center, flex, row, wrap, center);
|
||||
@include transition (opacity .3s ease);
|
||||
opacity: 1;
|
||||
}
|
||||
.title {
|
||||
text-align: center;
|
||||
|
@ -36,10 +38,6 @@
|
|||
padding: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
&.open {
|
||||
@include transition (opacity .3s ease);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.markdown-preview {
|
||||
|
|
Loading…
Reference in New Issue