mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
6 lines
75 B
SCSS
6 lines
75 B
SCSS
@use 'styles/_colors';
|
|
|
|
.body {
|
|
background-color: colors.$grey-tint;
|
|
}
|