Skip to content

Commit

Permalink
fixed duplicated section
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Nov 6, 2020
1 parent 357f73e commit b824976
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/pages/system/basics/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ yarn add @material-ui/system

## The `sx` prop

The `sx` prop is a superset of CSS, that let's you add any CSS to the underlaying component, while mapping values to different theme keys. This should help you to keep your application look consistent. The prop is available in all `@material-ui/core` components.

You can include this prop in your own components too by using the `experimentalStyled` utility from `@material-ui/core/styles` for creating your custom components.

We mentioned that you can use the `sx` prop on all MUI components. In addition to this, you may add the prop on your custom components too by using the `experimentalStyled` utility from `@material-ui/core/styles`.
```jsx
import { experimentalStyled as styled } from '@material-ui/core/styles';

Expand Down

0 comments on commit b824976

Please sign in to comment.