style48: body {margin: 0}
This commit is contained in:
parent
67e724f64c
commit
c2306e1510
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue