This commit is contained in:
Paulus Schoutsen 2018-02-11 10:31:12 -08:00
parent 932d8afbed
commit e2ff04e40b

View File

@ -50,12 +50,12 @@
paper-textarea {
--paper-input-container-input: {
@apply(--paper-font-code1);
@apply --paper-font-code1;
}
}
.rendered {
@apply(--paper-font-code1)
@apply --paper-font-code1;
clear: both;
white-space: pre-wrap;
}