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

Commit c400970

Browse files
bmihelacMatt Goo
authored and
Matt Goo
committed
docs(text-field): remove obsolete Style section in text-field (#250)
1 parent 51382f3 commit c400970

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

packages/text-field/README.md

-12
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,6 @@ value | Number/String | Value of the input.
9595
>NOTE: the `<Input>` component will receive all properties that a standard `<input>` accepts.
9696
9797

98-
## Styles
99-
100-
To style [Notched Outline](../notched-outline), [Floating Label](../floating-label), and [Line Ripple](../line-ripple) correctly, please include the Sass imports along with the Text Field sass imports. For reference your Sass file should include imports like so:
101-
102-
```scss
103-
@import "@material/react-floating-label/index.scss";
104-
@import "@material/react-line-ripple/index.scss";
105-
@import "@material/react-notched-outline/index.scss";
106-
107-
@import "@material/react-text-field/index.scss";
108-
```
109-
11098
### Sass Mixins
11199

112100
Sass mixins may be available to customize various aspects of the Components. Please refer to the

0 commit comments

Comments
 (0)