Skip to content

Commit

Permalink
[docs] CSS to MUI loader documentation updated (#14060)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaliyani authored and oliviertassinari committed Jan 2, 2019
1 parent c39f44a commit ccd1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/interoperability/interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ module.exports = {
rules: [
{
test: /\.css$/,
use: [ 'babel-loader', 'css-to-mui-loader' ]
use: [ 'css-to-mui-loader' ]
}
]
}
Expand Down

0 comments on commit ccd1c9a

Please sign in to comment.