https://github.com/oddbird/sass-colors-sample
Sample code for implementing support of CSS color spaces in Sass
https://github.com/oddbird/sass-colors-sample
Last synced: 4 months ago
JSON representation
Sample code for implementing support of CSS color spaces in Sass
- Host: GitHub
- URL: https://github.com/oddbird/sass-colors-sample
- Owner: oddbird
- License: mit
- Created: 2022-06-06T19:56:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:09:17.000Z (over 3 years ago)
- Last Synced: 2025-10-28T18:37:39.341Z (8 months ago)
- Language: SCSS
- Size: 86.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sass-colors-sample
[CSS Colors Level 4][color-4]
adds support for non-srgb color-spaces,
and additional color formats.
In order to add that support to the [Sass language][sass],
we need to redefine how colors are stored,
and add the necessary tools for
managing multiple color spaces.
This is sample proof-of-concept code,
implementing & testing
some of the required processes and functions,
as we develop the (work in progress)
[Sass colors proposal][proposal].
[color-4]: https://www.w3.org/TR/css-color-4/
[sass]: https://sass-lang.com/
[proposal]: https://css.oddbird.net/sass/color-spaces/proposal/