Expand and tidy stylesheets with consistent indentation and spacing.
Ctrl + Enter to run
Consistent indentation is what lets you see specificity and nesting at a glance — which selector a declaration belongs to, and how deep a media query or a container query has been nested. Long stylesheets are where that structure most often gets lost.
It runs Prettier, the same engine most editors use, so output matches what your project would produce rather than approximating it. If your repository sets a print width or quote style in a `.prettierrc`, matching those options here reproduces your project's formatting exactly.