From acd7ecc3aa643826b596e22f17c1a3a1490c00b8 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 7 May 2018 16:25:06 +0100 Subject: [PATCH] Adds sass --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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" } ]