Fix readme checkboxes

This commit is contained in:
ConnorSkees 2020-01-19 22:59:31 -05:00
parent 802be9de22
commit 6c67fa38ef

142
README.md
View File

@ -7,74 +7,74 @@ An implementation of the SASS spec in rust with 0 dependencies
`grass` is far from being feature complete! Below you can see what SCSS features are currently supported. `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 MVP will include `values`, `@mixin`, `@include`, `@media`, `styles`, `operators`, `css functions` and `css at rules`.
[] Variables - [ ] Variables
[x] Scoping - [x] Scoping
[x] Shadowing - [x] Shadowing
[] Built-in variables - [ ] Built-in variables
[] !default - [ ] !default
[] !global - [ ] !global
[x] @import - [x] @import
[x] @error - [x] @error
[x] @warn - [x] @warn
[x] @debug - [x] @debug
[] Styles - [ ] Styles
[x] !important - [x] !important
[x] Interpolation - [x] Interpolation
[] Nesting - [ ] Nesting
[] Custom properties - [ ] Custom properties
[] Hidden declarations - [ ] Hidden declarations
[] Selectors - [ ] Selectors
[x] Attributes - [x] Attributes
[x] Parent selector & - [x] Parent selector &
[x] All other selectors - [x] All other selectors
[x] Nesting - [x] Nesting
[] Placeholder selector % - [ ] Placeholder selector %
[x] Comments - [x] Comments
[x] Removes single line comments - [x] Removes single line comments
[x] Preserves toplevel multiline comments - [x] Preserves toplevel multiline comments
[x] Removes inline multiline comments - [x] Removes inline multiline comments
[] @mixin - [ ] @mixin
[x] Keyword args - [x] Keyword args
[x] Default arg values - [x] Default arg values
[] Variadic args - [ ] Variadic args
[] @content - [ ] @content
[] @include - [ ] @include
[x] Keyword args - [x] Keyword args
[x] Default arg values - [x] Default arg values
[] Content blocks - [ ] Content blocks
[] Functions - [ ] Functions
[] @return - [ ] @return
[] Control flow - [ ] Control flow
[] @if - [ ] @if
[] @else - [ ] @else
[] @for - [ ] @for
[] @while - [ ] @while
[] @each - [ ] @each
[] Constant folding - [ ] Constant folding
[] Unit arithmetic - [ ] Unit arithmetic
[] CSS at rules - [ ] CSS at rules
[] CSS functions - [ ] CSS functions
[] calc() - [ ] calc()
[] url() - [ ] url()
[] element() - [ ] element()
[] progid:...() - [ ] progid:...()
[] expression() - [ ] expression()
[] min() - [ ] min()
[] max() - [ ] max()
[] @media - [ ] @media
[] @use - [ ] @use
[] @extend - [ ] @extend
[] @at-root - [ ] @at-root
[] @forward - [ ] @forward
[] Values - [ ] Values
[] Numbers - [ ] Numbers
[] Strings - [ ] Strings
[] Colors - [ ] Colors
[] Lists - [ ] Lists
[] Maps - [ ] Maps
[] Booleans - [ ] Booleans
[] Null - [ ] Null
[] Operators - [ ] Operators
[] Built-in modules - [ ] Built-in modules
[] Content encoding - [ ] Content encoding
[] WASM bindings - [ ] WASM bindings