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.

PackageREADMESass
@carbon/colorsLinkLink
@carbon/gridLinkLink
@carbon/layoutLinkLink
@carbon/motionLinkLink
@carbon/themesLinkLink
@carbon/typeLinkLink