fix: escaping for scss

This commit is contained in:
cha0s 2019-09-22 21:58:40 -05:00
parent 97c54ad177
commit 3096cdfbb8

View File

@ -16,7 +16,7 @@
}
.input:before {
content: '\\a0in: ';
content: '\a0in: ';
}
.output:before {