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 b79d30d commit e2a95deCopy full SHA for e2a95de
src/components/App.js
@@ -20,7 +20,7 @@ export default class App extends Component {
20
21
<h2>Class Inheritance</h2>
22
<p>Both of the components below have <strong>locally scoped CSS</strong> that <strong>inherits from a common set of CSS Modules.</strong></p>
23
- <p>Since CSS Modules can be composed, the resulting markup is optimised by <b>reusing classes between components</b>.</p>
+ <p>Since <strong>CSS Modules can be composed</strong>, the resulting markup is optimised by <b>reusing classes between components</b>.</p>
24
<ClassInheritance />
25
26
<h2>Inheritance Overrides</h2>
0 commit comments