Skip to content

Commit 2cf966a

Browse files
README
1 parent 35fb2a4 commit 2cf966a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
[PostCSS]: https://github.com/postcss/postcss
66

77
```css
8-
.foo {
9-
/* Input example */
8+
p {
9+
background-color: hsl(192 62% 94%);
10+
color: a11y-txt(hsl(192 62% 94%), 1.75em, 400);
11+
font-size: 1.75em;
1012
}
1113
```
1214

1315
```css
14-
.foo {
15-
/* Output example */
16+
p {
17+
background-color: hsl(192 62% 94%);
18+
color: hsl(192.63157894736838 61.290322580645174% 17%);
19+
font-size: 1.75em;
1620
}
1721
```
1822

0 commit comments

Comments
 (0)