From 22a6a9073e2527662d769f3f5b13f3470533cf4e Mon Sep 17 00:00:00 2001 From: Paul Young Date: Mon, 26 Jan 2015 22:09:43 -0800 Subject: [PATCH] Update README. --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8bcc5f4e..7ecab0ff 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,7 @@ Compiles and runs Grid Style Sheet (GSS) rules. GSS is an implementation of Badr GSS supports the following syntaxes for defining layout rules: -* [CCSS](https://github.com/the-gss/ccss-compiler#readme) - direct constraints related to position and size of DOM elements -* [VFL](https://github.com/the-gss/vfl-compiler#readme) - horizontal and vertical spacing constraints based on [Apple's Visual Format Language](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html) - -Additionally, support for [GTL](https://github.com/the-gss/gtl-compiler#readme), based on the [W3C Grid Template Language](http://dev.w3.org/csswg/css-template/) is planned. - -The main GSS repository provides a [Component](http://component.io/) library handling both the compilation and application of the layout constraints. +* [CCSS](https://github.com/gss/ccss-compiler#readme) - direct constraints related to position and size of DOM elements +* [VFL](https://github.com/gss/vfl-compiler#readme) - horizontal and vertical spacing constraints based on [Apple's Visual Format Language](https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html) Please refer to for documentation and usage instructions.