Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 7a2d1a2

Browse files
committed
Add specification to README
1 parent 06c910d commit 7a2d1a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[![Licensing][lic-img]][lic-url]
77
[![Gitter Chat][git-img]][git-url]
88

9-
[PostCSS :dir()] lets you use the `:dir` pseudo-class in CSS.
9+
[PostCSS :dir()] lets you use the `:dir` pseudo-class in CSS, following the
10+
[Selectors] specification.
1011

1112
```css
1213
.example:dir(rtl) {
@@ -223,3 +224,4 @@ original selector.*
223224
[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
224225
[PostCSS]: https://github.com/postcss/postcss
225226
[PostCSS :dir()]: https://github.com/jonathantneal/postcss-dir-pseudo-class
227+
[Selectors]: https://drafts.csswg.org/selectors-4/#the-dir-pseudo

0 commit comments

Comments
 (0)