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
Actually why not just use the same formatter for formatting <style> inside HTML to format standalone CSS files ?
It is as simple as, add <style> at the first line, let HTML formatter format it, remove <style> and remove the leading indent ( as simple as %s/^ {4}//).
It is indeed rediculous that you already have a HTML formatter which can format CSS and saying you have no CSS formatter.
vscode has built-in formatting for web development (HTML, JS...), but no CSS & SCSS
Please add built-in CSS/SCSS formatting support, so we don't have to install a 3rd party extension just for this.
Similar old issue, which was closed: #28836
Thanks
The text was updated successfully, but these errors were encountered: