diff --git a/templates/49/main.nimble b/templates/49/main.nimble index 72f1fc0..3857e57 100644 --- a/templates/49/main.nimble +++ b/templates/49/main.nimble @@ -1,5 +1,4 @@ # Package - version = "0.1.0" author = "Peder Bergebakken Sundt" description = "A new awesome nimble package" @@ -7,9 +6,7 @@ license = "BSD-3-Clause" srcDir = "." bin = @["main"] - # Dependencies - requires "nim >= 1.6.6" requires "nimja" requires "yaml" diff --git a/templates/49/style.scss b/templates/49/style.scss index df15881..7ac9f91 100644 --- a/templates/49/style.scss +++ b/templates/49/style.scss @@ -5,6 +5,10 @@ // TODO: convert to SASS // https://sass-lang.com/guide +body { + margin:0px; +} + @mixin flex { display: flex;