diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-07 16:25:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-07 16:25:06 +0100 |
| commit | acd7ecc3aa643826b596e22f17c1a3a1490c00b8 (patch) | |
| tree | df8417069a5b938979f761ec81b4aece7caf48e2 | |
| parent | 31de56013355762175e364b0ffd63969cb4b0a84 (diff) | |
| download | packages-acd7ecc3aa643826b596e22f17c1a3a1490c00b8.tar.gz packages-acd7ecc3aa643826b596e22f17c1a3a1490c00b8.zip | |
Adds sass
| -rw-r--r-- | packages.json | 16 |
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" } ] |
