From 946ada02c075c8046012d8948350d8f0e4c2bacb Mon Sep 17 00:00:00 2001 From: "Adro.codes" Date: Thu, 20 Jun 2019 09:56:01 +1000 Subject: [PATCH] Added JustREM JustREM allows you to easily and quickly convert pixel values into rem values. --- store.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/store.json b/store.json index d318e1f..d1d8476 100644 --- a/store.json +++ b/store.json @@ -168,6 +168,11 @@ "title": "CSS Animation", "desc": "CSS animation articles, tips and tutorials. Level Up Your CSS Animation Skills.", "url": "https://cssanimation.rocks/" + }, + { + "title": "JustREM", + "desc": "Easily and quickly convert pixel values into rem values.", + "url": "https://justrem.xyz/" } ] }, @@ -1058,4 +1063,4 @@ } ] } -] \ No newline at end of file +]