wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.27k stars 62 forks source link

fix: edit parser unclosed at-rule bug #2868

Closed idoros closed 1 year ago

idoros commented 1 year ago

This PR fixes an internal bug with the ast-from-position for a case of unclosed at-rule at eof. Before this fix postcss would simply allow the unclosed at-rule without setting the source.end of the root node which caused the ast-from-position to ignore the unclosed at-rule.

This PR fixes: