From 7195e9b03012081d8a75008c13c68b3d9a345d04 Mon Sep 17 00:00:00 2001 From: Drew Wells Date: Sun, 9 Aug 2015 08:50:26 -0500 Subject: [PATCH] add wellington and low level libsass wrapper Adds the go-libsass lib for writing your own Sass tooling. The default implementation, wellington, implements a tool for working on Sass projects. Wellington adds the same spriting functions as available in Compass. Signed-off-by: Drew Wells --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1460dce..0895d913 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [c6](https://github.com/c9s/c6) - High performance SASS compatible-implementation compiler written in Go * [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor. +* [go-libsass](https://github.com/wellington/go-libsass) - Go wrapper to the 100% Sass compatible libsass project. ## Data Structures @@ -1008,6 +1009,7 @@ Software written in Go. * [toxiproxy](https://github.com/shopify/toxiproxy) - Proxy to simulate network and system conditions for automated tests. * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. * [websysd](https://github.com/ian-kent/websysd) - Web based process manager (like Marathon or Upstart) +* [wellington](https://github.com/wellington/wellington) - Sass project management tool, extends the language with sprite functions (like Compass)