yew/examples/immutable/index.scss
2022-06-24 16:58:20 +01:00

12 lines
219 B
SCSS

$font-stack: Roboto, sans-serif;
$primary-color: #f5f5f5;
body {
font: 100% $font-stack;
color: black;
background-color: $primary-color;
margin: 0 auto;
min-width: 230px;
max-width: 550px;
}