From f920c7da0618fd9f4181c2c78ef054e324185355 Mon Sep 17 00:00:00 2001 From: ngharo Date: Sun, 31 Dec 2017 22:16:32 -0600 Subject: Makefile: compile Babel and Sass source files to index.* --- www/styles/app.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/styles/app.scss (limited to 'www/styles/app.scss') diff --git a/www/styles/app.scss b/www/styles/app.scss new file mode 100644 index 0000000..b8e5a14 --- /dev/null +++ b/www/styles/app.scss @@ -0,0 +1,9 @@ +@import 'normalize'; + +#container { + padding: 5px; +} + +#create { + float: right; +} -- cgit v1.2.3