The Sass counterpart of the material-ui framework for React
material-ui-sass is a discontinued project that was created as a Sass counterpart to the material-ui React/CSS framework. Originally, material-ui used Less for its styles but later moved to inline styles in version 0.8. If you still want to use material-ui with Sass instead of inline styles, you can check out material-ui-with-sass. This project allows you to customize the default values and extends typography classes using Sass.
To install material-ui-sass, you have two options:
Using npm:
@import 'node_modules/material-ui/main';
Manual download:
@import 'material-ui/main';
material-ui-sass is a discontinued project that provided a Sass counterpart to the material-ui React/CSS framework. It allowed users to use Sass instead of inline styles and provided customization options for default values and typography classes. Although the project is no longer maintained, users can still install it using npm or by manually downloading the source files.