From 4bd99acfcd8610902f208b1dc197cb9e67743d37 Mon Sep 17 00:00:00 2001 From: Connor Skees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 20 Jan 2020 15:14:38 -0500 Subject: [PATCH] Add missing @import features --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eeb3a06..345f730 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ cargo b --release ./sass-spec/sass-spec.rb -c './target/release/grass' ``` -2020-01-20 -PASSING: 143 -FAILING: 4950 -TOTAL: 5093 +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. -My MVP will include `values`, `@mixin`, `@include`, `@media`, `styles`, `operators`, `css functions` and `css at rules`. +My personal MVP focuses on `values`, `@mixin`, `@include`, `@media`, `styles`, `operators`, `css functions` and `css at rules`. - [ ] Variables - [x] Scoping @@ -29,7 +29,10 @@ My MVP will include `values`, `@mixin`, `@include`, `@media`, `styles`, `operato - [ ] Built-in variables - [ ] !default - [ ] !global -- [x] @import +- [ ] @import + - [x] SCSS imports + - [ ] CSS imports + - [ ] URL imports - [x] @error - [x] @warn - [x] @debug