We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f831a commit 7d7e756Copy full SHA for 7d7e756
packages/material-ui-styles/src/makeStyles/indexCounter.js
@@ -1,6 +1,6 @@
1
/* eslint-disable import/prefer-default-export */
2
// Global index counter to preserve source order.
3
-// We create the style sheet during at the creation of the component,
+// We create the style sheet during the creation of the component,
4
// children are handled after the parents, so the order of style elements would be parent->child.
5
// It is a problem though when a parent passes a className
6
// which needs to override any child's styles.
0 commit comments