From e9c5d585129b482a8275d98ccd1940f3b15b8bcf Mon Sep 17 00:00:00 2001 From: Kognise Date: Sun, 7 Apr 2019 21:09:31 -0400 Subject: [PATCH 1/4] Update todos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44fb8bf..914ba84 100644 --- a/README.md +++ b/README.md @@ -124,4 +124,5 @@ You can also only import parts you want, but this is not recommended. See the `s - [Blockquotes](https://github.com/kognise/water.css/issues/13) - Add a screenshot -- Jekyll theme +- [Jekyll theme](https://github.com/kognise/water.css/issues/18) +- [Radio buttons](https://github.com/kognise/water.css/issues/22) From e69ba16b69a76e8a5abfff53d8b9422819217c50 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Sun, 7 Apr 2019 18:31:19 -0700 Subject: [PATCH 2/4] Move dev.js to index.js --- dev.js => index.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dev.js => index.js (100%) diff --git a/dev.js b/index.js similarity index 100% rename from dev.js rename to index.js From 0ebaba926c8a0a991ad5363a9a15173a89287c35 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Sun, 7 Apr 2019 18:36:06 -0700 Subject: [PATCH 3/4] update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 914ba84..a05817d 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Do you want to make your own theme different from the light or dark themes? Sinc Wanna quickly try out theming without installing anything or just explore our build environment? -[![Try on Repl.it](https://repl-badge.jajoosam.repl.co/try.png)](https://repl.it/@Kognise/watercss-node?ref=button) +[![Try on repl.it](https://repl-badge.jajoosam.repl.co/edit.png)](https://repl.it/github/https://github.com/amasad/water.css?lang=nodejs&ref=button) ### Based on an existing theme From 1af050e86a25278a6d8e3f3562eb2ae3ddaf2e8a Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Sun, 7 Apr 2019 18:42:20 -0700 Subject: [PATCH 4/4] Update script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ffdfff7..449b782 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "node-sass src/ --output dist/ --output-style compressed", - "dev": "node dev.js" + "dev": "node index.js" }, "repository": { "type": "git",