You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The word title appears in line 12, but the tokenizer showing line 11.
[// ..........["newline","\n",10,0],["newline","\n",11,0],["space"," "],["startComment","/*",11,4],["space"," "],["word","Comment",11,123,11,129],["space"," "],["endComment","*/",11,132],// <-- HERE END COMMENT IN LINE 11["space"," "],// <-- Space instead of newline["word","&__title",11,136,11,143],// <-- Line 11 again["space"," "],["{","{",11,145],// ........]
The text was updated successfully, but these errors were encountered:
Hello guys.
I'm using this lib and I found a bug.
After all comments in scss, the tokenizer ignore the next breakline.
Example:
For this simple css:
The word title appears in line 12, but the tokenizer showing line 11.
The text was updated successfully, but these errors were encountered: