feeding the scss-linter 🍼👶

stable
David Barragán Merino 2014-10-04 18:31:04 +02:00
parent 7423b09137
commit 176aac3678
1 changed files with 2 additions and 4 deletions

View File

@ -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 {