sass-spec
sass-spec copied to clipboard
Official Sass Spec Suite
- [ ] color.same() - [ ] color.to-space() - [ ] color.is-powerless() - [ ] color.channel() See https://github.com/sass/sass/issues/2831
- [ ] rgb() and rgba() - [ ] hsl() and hsla() See https://github.com/sass/sass/issues/2831
- [ ] hwb() - [ ] lab() - [ ] lch() - [ ] oklab() - [ ] oklch() - [ ] color() See https://github.com/sass/sass/issues/2831
- [ ] color.invert() (a wip PR has [been started](https://github.com/oddbird/sass-spec/pull/7)) - [ ] color.hwb()[deprecated] - [ ] color.change() - [ ] color.adjust() - [ ] color.scale() - [ ] color.ie-hex-str()...
[skip dart-sass] [skip sass-embedded] https://github.com/sass/sass/issues/3702
See sass/sass#3869 [skip dart-sass]
See sass/sass#3885 [skip dart-sass]
This migrates most tests that aren't explicitly testing `@import` or global built-in functions to instead use `@use` and the `sass:` modules. This was done using a combination of a new...