mrmlnc/vscode-stylefmt

Media queries are broken, causing parsing errors in browser

drawcard opened this issue · 1 comments

Environment

  • VSCode Version: 1.20.1
  • OS Version:

image

Actual behavior

Stylefmt is breaking up media queries, causing parsing errors in the browser:

image

Disabling vscode-stylefmt clears the issue.

Expected behavior

The closing bracket should be on the same line as the MQ selector.

Steps to reproduce

Type & save.

Oh dear, stupid me... that semicolon is invalid! Shouldn't be coding at midnight. Sorry to bother you.