fix: escaping for scss
This commit is contained in:
parent
97c54ad177
commit
3096cdfbb8
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.input:before {
|
||||
content: '\\a0in: ';
|
||||
content: '\a0in: ';
|
||||
}
|
||||
|
||||
.output:before {
|
||||
|
|
Loading…
Reference in New Issue
Block a user