From f5b48add70d21a0d8592e7a2423837c0e209f3ce Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Fri, 17 Oct 2014 11:54:20 +0100 Subject: [PATCH] Update to use libsass 3.0 No issue This doesn't give us any advantages at the moment, but is less buggy (in edge cases) and ;gets us be more awesome in the future. Look at https://github.com/sass/libsass/releases/tag/3.0 to see what's in Libsass 3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38e6fd39ff..867b46f3db 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "grunt-express-server": "~0.4.19", "grunt-jscs": "~0.7.1", "grunt-mocha-cli": "~1.10.0", - "grunt-sass": "~0.14.1", + "grunt-sass": "~0.16.0", "grunt-shell": "~1.1.1", "grunt-update-submodules": "~0.4.1", "matchdep": "~0.3.0",