From f6d0a45c05151a4fb8b3019af862ded02cd4df3b Mon Sep 17 00:00:00 2001 From: Wei-Ting Kuo Date: Thu, 7 May 2015 21:08:46 +0800 Subject: [PATCH 1/2] Update README.rd Add a SASS compatible --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27f7435d..70d16073 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for preprocessing CSS files* * [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor. +* [c6](https://github.com/c9s/c6) - High performance SASS compatible-implementation compiler written in Go ## Data Structures From f00497dc5a0e3e702a128d35bc9d74916dc84acd Mon Sep 17 00:00:00 2001 From: Wei-Ting Kuo Date: Fri, 8 May 2015 13:27:59 +0800 Subject: [PATCH 2/2] sorted by alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d16073..a3ecf5e3 100644 --- a/README.md +++ b/README.md @@ -149,8 +149,8 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for preprocessing CSS files* -* [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor. * [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. ## Data Structures