Skip to content

Commit f0a2de2

Browse files
committed
update readme
1 parent d231094 commit f0a2de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Given a (nested) selector in a PostCSS AST, return an array of resolved selectors.
66

7-
Tested to work with the syntax of
8-
[postcss-nested](https://github.com/postcss/postcss-nested)
9-
and [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting).
7+
Tested to work with the syntax of [postcss-nested](https://github.com/postcss/postcss-nested).
108
Should also work with SCSS and Less syntax. If you'd like to help out by
119
adding some automated tests for those, that'd be swell. In fact, if you'd
1210
like to add any automated tests, you are a winner!
1311

12+
If you want to resolve selectors in the same style as [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) you should instead use [selector-resolve-nested](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-resolve-nested)
13+
1414
## API
1515

1616
`resolveNestedSelector(selector, node)`

0 commit comments

Comments
 (0)