Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 8c70996

Browse files
TedSandernshahan
authored andcommitted
Reword warning for app_layout
PiperOrigin-RevId: 173403858
1 parent 22c7c3d commit 8c70996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/app_layout/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ Here is an example:
265265
</material-drawer>
266266
```
267267

268-
If the list content isn't going to be directly in the drawer but instead will be
269-
wrapped in another component you will have to provide the above styles using a
270-
mixin, due to style encapsulation.
268+
Due to style encapsulation, if the list content isn't directly in a drawer (that
269+
is, it's wrapped in another component) you'll have to provide the styles above
270+
using a mixin.
271271

272272
Example scss drawer content component:
273273

0 commit comments

Comments
 (0)