@leemeyer/nth-letter 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ import nthLetter from '@leemeyer/nth-letter';
|
|
|
41
41
|
|
|
42
42
|
## Background
|
|
43
43
|
|
|
44
|
-
This library
|
|
44
|
+
This library is explained in depth in the CSS-Tricks article [_Let's Use the Nonexistent ::nth-letter Selector Now_](https://css-tricks.com/using-nonexistent-nth-letter-selector-now/).
|
|
45
45
|
|
|
46
46
|
## How it Works
|
|
47
47
|
|