Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T04:09:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T18:48:53.089Z (16 days ago)
- Language: SCSS
- Size: 86.9 KB
- Stars: 1
- Watchers: 7
- 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/