Overview of Calcite Components Sass structure
devThe Calcite Components styling system is built using Sass and organized into several functional directories to support modularity and LitElement-based component styling:
- global/: Contains styles and variables used to generate the project's global styles during the build process.
- includes/: Contains utilities and mixins designed to be imported into individual components for local use.
- component/: Contains styles specifically intended to be used as LitElement static styles within custom components.
- modules/: Contains helper utilities and shared style modules that can be imported across the codebase as needed.