пример: Donut.module.scss
Код: Выделить всё
@use '@carbon/themes';
@use '@carbon/type';
.donut {
overflow: hidden;
:global {...}
Код: Выделить всё
import styles from './Donut.module.scss';
const Donut: React.FC = ...
return
Подробнее здесь: https://stackoverflow.com/questions/792 ... ss-modules