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
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"

View File

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