Files
nirvana-v3/packages/desktop/src/carbon.scss
T
2022-04-30 09:40:07 -05:00

9 lines
229 B
SCSS

@import "carbon-components/scss/globals/scss/styles.scss";
// TODO: important, note that if current version of sass in package.json is causing issues, install ^1.29.0
$body-color: red;
body {
color: $body-color !important;
}