Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Built-in CSS/SCSS formatting #100105

Closed
mariusa opened this issue Jun 14, 2020 · 2 comments
Closed

Built-in CSS/SCSS formatting #100105

mariusa opened this issue Jun 14, 2020 · 2 comments
Assignees

Comments

@mariusa
Copy link

mariusa commented Jun 14, 2020

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

@aeschli
Copy link
Contributor

aeschli commented Jun 16, 2020

We have still no plans to bundle or provide a css/scss formatter.
See #19166 (comment)

@aeschli aeschli closed this as completed Jun 16, 2020
@yw662
Copy link

yw662 commented Jul 17, 2020

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants