aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-07 16:25:06 +0100
committerGitHub <noreply@github.com>2018-05-07 16:25:06 +0100
commitacd7ecc3aa643826b596e22f17c1a3a1490c00b8 (patch)
treedf8417069a5b938979f761ec81b4aece7caf48e2
parent31de56013355762175e364b0ffd63969cb4b0a84 (diff)
downloadpackages-acd7ecc3aa643826b596e22f17c1a3a1490c00b8.tar.gz
packages-acd7ecc3aa643826b596e22f17c1a3a1490c00b8.zip
Adds sass
-rw-r--r--packages.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index ead7bf5..0a08186 100644
--- a/packages.json
+++ b/packages.json
@@ -9190,5 +9190,21 @@
"description": "A performant and scalable HTTP server.",
"license": "MIT",
"web": "https://github.com/dom96/httpbeast"
+ },
+ {
+ "name": "sass",
+ "url": "https://github.com/dom96/sass",
+ "method": "git",
+ "tags": [
+ "css",
+ "compiler",
+ "wrapper",
+ "library",
+ "scss",
+ "web"
+ ],
+ "description": "A wrapper for the libsass library.",
+ "license": "MIT",
+ "web": "https://github.com/dom96/sass"
}
]