We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92994bb commit 4d7aff6Copy full SHA for 4d7aff6
README.md
@@ -1,6 +1,13 @@
1
# postcss-resolve-nested-selector
2
3
-Resolve a nested selector in a PostCSS AST.
+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!
11
12
## API
13
0 commit comments