Skip to content

Commit

Permalink
Fix stylint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
StopNGo committed Oct 17, 2024
1 parent d785407 commit 9ff67d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/doc/theming/scopedstyling/cssmodulesdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ export default function PanelDemo() {
<>
<DocSectionText {...props}>
<p>
CSS modules allow importing a css file to your react component and refer the classes inside using a variable. To provide cascaded classes that is applied to external components, use <i>:global</i> selectors (check the <a href="https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions">CSS Modules documentation</a>). NextJS has built-in support for CSS modules allowing css files with <i>.module.css</i> suffix to be interpreted as
modules.
CSS modules allow importing a css file to your react component and refer the classes inside using a variable. To provide cascaded classes that is applied to external components, use <i>:global</i> selectors (check the{' '}
<a href="https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions">CSS Modules documentation</a>). NextJS has built-in support for CSS modules allowing css files with <i>.module.css</i> suffix to be
interpreted as modules.
</p>
</DocSectionText>
<div className="card">
Expand Down

0 comments on commit 9ff67d1

Please sign in to comment.