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
Thanks for reporting this issue. I believe the surface formatter shouldn't touch anything inside <style> as we don't want to keep a full-featured css parser and formatter inside Surface. We should treat it just like a macro component and ignore any of its content. Then you could probably set up your own formatter/linter, something like Prettier to do that job for you.
@paulstatezny I believe the fix would be to add a clause for stylehere, right?
The contents of the
style
tag should probably be run through a reasonable css formatter. Right now, they're just flattened to the left:The text was updated successfully, but these errors were encountered: