Skip to content

Commit 47f16b6

Browse files
author
Adam Argyle
committed
formatting and "and" usage help
1 parent 5db11b8 commit 47f16b6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css-color-5/Overview.bs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ Introduction {#intro}
2929
and to instead have a single source from which schemes are calculated.
3030

3131
Currently Sass, calc() on HSL values, or PostCSS is used to do this.
32-
Preprocessors are unable to work on dynamically adjusted colors,
33-
and all current solutions are restricted to the sRGB gamut
32+
Preprocessors are unable to work on dynamically adjusted colors,
33+
all current solutions are restricted to the sRGB gamut
3434
and to the perceptual limitations of HSL
3535
(colors are bunched up in the color wheel,
3636
and two colors with visually different lightness,
37-
like yellow and blue,
38-
can have the same HSL lightness).
37+
like yellow and blue, can have the same HSL lightness).
3938

4039
This module adds two functions:
4140
''color-mix'',

0 commit comments

Comments
 (0)