mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
8 lines
125 B
SCSS
8 lines
125 B
SCSS
.body {
|
|
padding: {
|
|
top: sl-px-to-rem(48px);
|
|
bottom: sl-px-to-rem(96px);
|
|
};
|
|
background: $color-background;
|
|
}
|