Commit
+7 -0 +/-2 browse
1 | diff --git a/docsite/index.css b/docsite/index.css |
2 | index dee0802..f131df0 100644 |
3 | --- a/docsite/index.css |
4 | +++ b/docsite/index.css |
5 | @@ -1215,7 +1215,12 @@ pre[class*="language-"] { |
6 | } |
7 | |
8 | .count-em { |
9 | + |
10 | + &::before { |
11 | + content: ''; |
12 | counter-reset: basic; |
13 | + position: absolute; |
14 | + } |
15 | |
16 | & > *::before { |
17 | counter-increment: basic; |
18 | diff --git a/readme.md b/readme.md |
19 | index 2a7035d..1ca8854 100644 |
20 | --- a/readme.md |
21 | +++ b/readme.md |
22 | @@ -8,6 +8,8 @@ |
23 | `easings` `animations` `sizes` `borders` `z-indexes` `media-queries` |
24 | |
25 | [](https://github.com/argyleink/open-props/actions/workflows/tests.yml) |
26 | + [](https://npmjs.org/package/open-props) |
27 | +  |
28 | |
29 | <br> |
30 |