Sass
February 22, 2022 ยท View on GitHub
Sass documentation for
@carbon/elements
Usage
The @carbon/elements package re-exports from other packages that make up the
IBM Design Language. You can import and use this package by writing the
following:
@use '@carbon/elements';
.selector {
background: elements.$blue-50;
}
For more information about what is re-exported, view the documentation for the
individual packages. Each public export from these packages will be available in
@carbon/elements.
| Package | README | Sass |
|---|---|---|
@carbon/colors | Link | Link |
@carbon/grid | Link | Link |
@carbon/layout | Link | Link |
@carbon/motion | Link | Link |
@carbon/themes | Link | Link |
@carbon/type | Link | Link |