diff --git a/sample-app/src/utils/composeCssClasses.tsx b/sample-app/src/utils/composeCssClasses.tsx index 9394fde4..8ce986fc 100644 --- a/sample-app/src/utils/composeCssClasses.tsx +++ b/sample-app/src/utils/composeCssClasses.tsx @@ -3,6 +3,7 @@ import { Compose, Theme } from '@css-modules-theme/core'; /** * The method of combining a component's built-in CSS classes with custom CSS classes + * * @remarks * Merge keeps the component's built-in classes and adds the custom classes to them (default). * Replace ignore all of the component’s built-in classes and only uses the custom classes.