Update the contribution guidelines regarding behaviors not supported by libsass (#1555)

As libsass is deprecated, specs should not use `ignore_for` rather than `todo` but the contribution guide was still using the old behavior.
This commit is contained in:
Christophe Coevoet 2021-11-16 22:55:12 +01:00 committed by GitHub
parent 681bbb2a0d
commit da67438ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ To create a new spec:
```yaml
---
:todo:
:ignore_for:
- libsass
```