mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-15 12:04:24 +00:00
18 lines
385 B
SCSS
18 lines
385 B
SCSS
// @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
|
|
// )
|
|
// );
|
|
|
|
@use '@carbon/react';
|
|
@use '@carbon/styles';
|
|
// @include grid.flex-grid();
|
|
|
|
@use '@carbon/colors';
|
|
// @use '@carbon/react/scss/colors';
|
|
@use '@carbon/react/scss/themes';
|