style48: body {margin: 0}
This commit is contained in:
parent
67e724f64c
commit
c2306e1510
|
@ -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"
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
// TODO: convert to SASS
|
||||
// https://sass-lang.com/guide
|
||||
|
||||
body {
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
|
||||
@mixin flex {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue