[Color 4 RGB/HSL] Add a changelog

This commit is contained in:
Natalie Weizenbaum 2018-11-06 14:05:55 -08:00
parent d3d86ee7ee
commit f15612b3a0
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
## Draft 1
* Initial draft.

View File

@ -1,6 +1,6 @@
# Color Level 4 `rgb()` and `hsl()` Functions: Draft 1 # Color Level 4 `rgb()` and `hsl()` Functions: Draft 1
*([Issue](https://github.com/sass/sass/issues/2564))* *([Issue](https://github.com/sass/sass/issues/2564), [Changelog](color-4-rgb-hsl.changes.md))*
This proposal expands Sass's built-in `rgb()`, `rgba()`, `hsl()`, and `hsla()` This proposal expands Sass's built-in `rgb()`, `rgba()`, `hsl()`, and `hsla()`
functions to support the new terse syntax defined in [CSS Color Level 4][]. functions to support the new terse syntax defined in [CSS Color Level 4][].