sass-spec icon indicating copy to clipboard operation
sass-spec copied to clipboard

Official Sass Spec Suite

Results 41 sass-spec issues
Sort by recently updated
recently updated
newest added

- [ ] color.same() - [ ] color.to-space() - [ ] color.is-powerless() - [ ] color.channel() See https://github.com/sass/sass/issues/2831

tests to add

- [ ] rgb() and rgba() - [ ] hsl() and hsla() See https://github.com/sass/sass/issues/2831

tests to add

- [ ] hwb() - [ ] lab() - [ ] lch() - [ ] oklab() - [ ] oklch() - [ ] color() See https://github.com/sass/sass/issues/2831

tests to add

- [ ] 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()...

tests to add

[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...