style48: body {margin: 0}

main
Peder Bergebakken Sundt 2022-11-30 00:29:07 +01:00
parent 67e724f64c
commit c2306e1510
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,4 @@
# Package # Package
version = "0.1.0" version = "0.1.0"
author = "Peder Bergebakken Sundt" author = "Peder Bergebakken Sundt"
description = "A new awesome nimble package" description = "A new awesome nimble package"
@ -7,9 +6,7 @@ license = "BSD-3-Clause"
srcDir = "." srcDir = "."
bin = @["main"] bin = @["main"]
# Dependencies # Dependencies
requires "nim >= 1.6.6" requires "nim >= 1.6.6"
requires "nimja" requires "nimja"
requires "yaml" requires "yaml"

View File

@ -5,6 +5,10 @@
// TODO: convert to SASS // TODO: convert to SASS
// https://sass-lang.com/guide // https://sass-lang.com/guide
body {
margin:0px;
}
@mixin flex { @mixin flex {
display: flex; display: flex;