Commit
Author: Adam Argyle [atom@argyleink.com]
Hash: 01eea77418f4afeb28f2ccbc96c546b44a0451fd
Timestamp: Wed, 02 Feb 2022 05:21:01 +0000 (3 years ago)

+7 -0 +/-2 browse
Merge branch 'main' of https://github.com/argyleink/open-props
1diff --git a/docsite/index.css b/docsite/index.css
2index 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
19index 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 [![Tests](https://github.com/argyleink/open-props/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/argyleink/open-props/actions/workflows/tests.yml)
26+ [![npm version](http://img.shields.io/npm/v/open-props.svg)](https://npmjs.org/package/open-props)
27+ ![jsDelivrCDN](https://data.jsdelivr.com/v1/package/npm/open-props/badge)
28
29 <br>
30