5.0.0-alpha.11 • Published 4 years ago
@material-ui/styled-engine-sc v5.0.0-alpha.11
@material-ui/styled-engine-sc
This package is a wrapper around the styled-components
package.
It is created to be used as alias for the @material-ui/styled-engine
package, for the developers who would like to use styled-components
as a styled engine instead of @emotion/styled
.
Installation
The installation of the dependency in your package is slightly different from the usual.
You need to alias the default emotion
implementation to the styled-components
one.
Depending on the bundler you are using, you made add it like this:
webpack
module.exports = {
//...
resolve: {
alias: {
'@material-ui/styled-engine': '@material-ui/styled-engine-sc',
},
},
};
5.0.0-beta.5
4 years ago
5.0.0-beta.1
4 years ago
5.0.0-beta.0
4 years ago
5.0.0-alpha.35
4 years ago
5.0.0-alpha.34
4 years ago
5.0.0-alpha.26
4 years ago
5.0.0-alpha.25
4 years ago
5.0.0-alpha.24
4 years ago
5.0.0-alpha.23
4 years ago
5.0.0-alpha.22
4 years ago
5.0.0-alpha.21
4 years ago
5.0.0-alpha.20
4 years ago
5.0.0-alpha.19
5 years ago
5.0.0-alpha.18
5 years ago
5.0.0-alpha.14
5 years ago
5.0.0-alpha.13
5 years ago
5.0.0-alpha.12
5 years ago
5.0.0-alpha.11
5 years ago