From 9ff67d19471b1884876e346348e2e9422624281b Mon Sep 17 00:00:00 2001 From: Stop&Go Date: Thu, 17 Oct 2024 19:19:49 +0300 Subject: [PATCH] Fix stylint formatting --- components/doc/theming/scopedstyling/cssmodulesdoc.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/doc/theming/scopedstyling/cssmodulesdoc.js b/components/doc/theming/scopedstyling/cssmodulesdoc.js index 0dc54d84ff..96cde3cd89 100644 --- a/components/doc/theming/scopedstyling/cssmodulesdoc.js +++ b/components/doc/theming/scopedstyling/cssmodulesdoc.js @@ -37,8 +37,9 @@ export default function PanelDemo() { <>

- 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 :global selectors (check the CSS Modules documentation). NextJS has built-in support for CSS modules allowing css files with .module.css 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 :global selectors (check the{' '} + CSS Modules documentation). NextJS has built-in support for CSS modules allowing css files with .module.css suffix to be + interpreted as modules.