Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 42b01e3

Browse files
aarnadlrMatt Goo
authored and
Matt Goo
committed
docs(ripple): Correction to README file (#799)
1 parent d5ed23b commit 42b01e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: packages/ripple/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ import '@material/react-ripple/index.scss';
2020
You'll also need to include these sass mixins on the element. Please also refer to [Advanced Sass Mixins](https://github.com/material-components/material-components-web/blob/master/packages/mdc-ripple/README.md#sass-apis) to customize further.
2121

2222
```sass
23-
@import "@material/ripple/index.scss";
23+
@import "@material/ripple/mdc-ripple.scss";
2424
2525
// refer to element in Javascript portion below
2626
.ripple-icon-component {
2727
@include mdc-ripple-surface;
2828
@include mdc-ripple-radius-bounded;
2929
@include mdc-states;
30+
overflow: hidden;
3031
}
3132
```
3233

0 commit comments

Comments
 (0)