We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231e9d commit c97cbbbCopy full SHA for c97cbbb
lib/scss-tokenize.js
@@ -27,7 +27,7 @@ const HASH = '#'.charCodeAt(0)
27
28
const RE_AT_END = /[\t\n\f\r "#'()/;[\\\]{}]/g
29
const RE_WORD_END = /[,\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g
30
-const RE_BAD_BRACKET = /.[\n"'(/\\]/
+const RE_BAD_BRACKET = /.[\r\n"'(/\\]/
31
const RE_HEX_ESCAPE = /[\da-f]/i
32
33
const RE_NEW_LINE = /[\n\f\r]/g // SCSS PATCH
0 commit comments