Fix docs lint

master
Lucas Duailibe 2018-06-28 16:25:56 -03:00
parent 576e570711
commit c10c0e3dae
1 changed files with 5 additions and 1 deletions

View File

@ -121,11 +121,15 @@ Change the level of logging for the CLI. Valid options are:
A path to the file that the Prettier CLI will treat like stdin. For example:
_abc.css_
```css
.name { display: none; }
.name {
display: none;
}
```
_shell_
```bash
$ cat abc.css | prettier --stdin-filepath abc.css
.name {