Skip to content

Commit

Permalink
adds a namespace to prevent class name collision
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmaniero committed Mar 8, 2021
1 parent 5b5298e commit aa691e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs-mfe/.babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"plugins": [
["react-css-modules"]
["react-css-modules"],
["babel-plugin-styled-components", {
"namespace": "react-docs-mfe"
}]
]
}

0 comments on commit aa691e1

Please sign in to comment.