From c0e82ba0a89de3c2562b84b30c212623287630a0 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 20 Jan 2020 12:42:06 -0500 Subject: [PATCH] Mention official test suite in readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fe6dedf..eeb3a06 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,22 @@ An implementation of the SASS spec in rust with 0 dependencies +To run the official test suite, + +```bash +git clone https://github.com/ConnorSkees/grass +cd grass +git submodule init +git submodule update +cargo b --release +./sass-spec/sass-spec.rb -c './target/release/grass' +``` + +2020-01-20 +PASSING: 143 +FAILING: 4950 +TOTAL: 5093 + ## Features `grass` is far from being feature complete! Below you can see what SCSS features are currently supported.