bootstrap.min.css
). This bundle can be easily loaded into any HTML page, but applications typically need styles from many different sources and ultimately it reaches a size that makes loading it in all pages no longer desirable.class
and id
names replaced by a unique identifier and you have to import such names into your component implementation to be interpolated into your HTML.MyComponentType.module.scss
and imported as import styles from '@c3/ui/MyComponentType.module.scss';
.MyComponentType.scss
and imported as import '@c3/ui/MyComponentType.scss';