editor: arreglar bug raro de scss hardcodeando variable

This commit is contained in:
void 2021-02-13 23:51:10 +00:00
parent 4dfba17941
commit 1759d0f680

View file

@ -63,7 +63,7 @@
p, h1, h2, h3, h4, h5, h6, ul, li { outline: #ccc solid thin; }
strong, em, del, u, sub, sup { background: #0002; }
a { background: #13fefe50; }
[data-editor-selected] { outline: $magenta solid thick; }
[data-editor-selected] { outline: #f206f9 solid thick; }
}
*[data-editor-loading] {