mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
a7ac89935b
This commits stabilizes CSS, HTML and YAML formatters in `deno fmt`. It is no longer required to use either of these flags: - `--unstable-css` - `--unstable-html` - `--unstable-yaml` Or these `unstable` options in the config file: - `fmt-css` - `fmt-html` - `html-yaml`
9 lines
115 B
HTML
9 lines
115 B
HTML
<div class=container > content </div>
|
|
|
|
<script>
|
|
let counter=0
|
|
</script>
|
|
|
|
<style>
|
|
.container{padding:8px}
|
|
</style>
|