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
Any errors discovered during parsing of scss (or css) input must pass through the nom error handing. It has two error-handling "modes", of which rsass till use the simple/limited one.
Many parse errors now match the dart sass error message. Also allow
"loud" comments in more places.
Use nom "verbose" error handling to build proper parse errors.
Fixes#141.
kaj
added a commit
that referenced
this issue
Oct 4, 2024
Many parse errors now match the dart sass error message. Also allow
"loud" comments in more places.
Use nom "verbose" error handling to build proper parse errors.
Fixes#141.
Any errors discovered during parsing of scss (or css) input must pass through the nom error handing. It has two error-handling "modes", of which rsass till use the simple/limited one.
nom::error::VerboseError
The text was updated successfully, but these errors were encountered: