Skip to content

Commit 4d7aff6

Browse files
committed
Improve readme
1 parent 92994bb commit 4d7aff6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# postcss-resolve-nested-selector
22

3-
Resolve a nested selector in a PostCSS AST.
3+
Given a (nested) selector in a PostCSS AST, return an array of resolved selectors.
4+
5+
Tested to work with the syntax of
6+
[postcss-nested](https://github.com/postcss/postcss-nested)
7+
and [postcss-nesting](https://github.com/jonathantneal/postcss-nesting).
8+
Should also work with SCSS and Less syntax. If you'd like to help out by
9+
adding some automated tests for those, that'd be swell. In fact, if you'd
10+
like to add any automated tests, you are a winner!
411

512
## API
613

0 commit comments

Comments
 (0)