mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
6 lines
74 B
SCSS
6 lines
74 B
SCSS
@use 'styles/_spacing';
|
|
|
|
.main {
|
|
padding: 0 spacing.$page-margin-x;
|
|
}
|