From dea97903678804c9b82039dddf7b3c461dfa514e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 22 Nov 2020 22:08:14 +0530 Subject: begin work on basic styling --- elm.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'elm.json') diff --git a/elm.json b/elm.json index ba0c4ba..5b9c9c4 100644 --- a/elm.json +++ b/elm.json @@ -10,12 +10,14 @@ "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/random": "1.0.0", - "elm/time": "1.0.0" + "elm/time": "1.0.0", + "rtfeldman/elm-css": "16.1.0" }, "indirect": { "elm/json": "1.1.3", "elm/url": "1.0.0", - "elm/virtual-dom": "1.0.2" + "elm/virtual-dom": "1.0.2", + "rtfeldman/elm-hex": "1.0.0" } }, "test-dependencies": { -- cgit v1.2.3