Skip to content

Commit 5db11b8

Browse files
author
Adam Argyle
committed
minor intro paragraph elaborations
1 parent 359fa91 commit 5db11b8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css-color-5/Overview.bs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ Introduction {#intro}
2020

2121
<em>This section is not normative.</em>
2222

23-
Web developers, design tools and design systems developers
24-
often use functions to design components.
25-
With the increasing usage of design systems that support multiple platforms,
26-
and increased capability of Dark Mode in UI,
23+
Web developers, design tools and design system developers
24+
often use color functions to assist in scaling the design
25+
of their component color relations.
26+
With the increasing usage of design systems that support multiple platforms
27+
and multiple user preferences, like the increased capability of Dark Mode in UI,
2728
this becomes even more useful to not need to manually set color,
28-
and to instead have a single source from which layouts are calculated.
29+
and to instead have a single source from which schemes are calculated.
2930

3031
Currently Sass, calc() on HSL values, or PostCSS is used to do this.
3132
Preprocessors are unable to work on dynamically adjusted colors,

0 commit comments

Comments
 (0)