Skip to content

Commit f11ed2e

Browse files
mkell85jelbourn
authored andcommitted
docs(toolbar): use vanilla css syntax in example snippet (angular#9202)
1 parent c36ca75 commit f11ed2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/toolbar/toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ easily accomplished with `display: flex`:
5252
```
5353
```scss
5454
.example-fill-remaining-space {
55-
// This fills the remaining space, by using flexbox.
56-
// Every toolbar row uses a flexbox row layout.
55+
/* This fills the remaining space, by using flexbox.
56+
Every toolbar row uses a flexbox row layout. */
5757
flex: 1 1 auto;
5858
}
5959
```

0 commit comments

Comments
 (0)