18 lines
385 B
SCSS
Raw Normal View History

// @use '@carbon/react/scss/themes';
// @use '@carbon/react/scss/theme' with ($theme: themes.$g100);
// @use '@carbon/react/scss/theme' with
// (
// $theme: (
// cds-link-primary: #525252
// )
// );
2022-10-31 14:50:19 -04:00
@use '@carbon/react';
@use '@carbon/styles';
// @include grid.flex-grid();
2022-11-04 22:44:38 -04:00
@use '@carbon/colors';
2022-11-04 22:44:38 -04:00
// @use '@carbon/react/scss/colors';
@use '@carbon/react/scss/themes';