fmt: support formatting css inside styled-tagged template literal #26880
Labels
deno fmt
Related to the "deno fmt" subcommand or dprint
suggestion
suggestions for new features (yet to be agreed)
upstream
Changes in upstream are required to solve these issues
Input script:
Prettier output:
deno fmt
output (no change):Deno now has builtin css formatter. I think
deno fmt
should format the css code inside tagged template literals. (prettier seems detecting the embedded language from the tag symbol)Note: This issue comes from the user interview with some enterprise tech team. This is the blocker for them to use
deno fmt
for their frontend code base.The text was updated successfully, but these errors were encountered: