Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Fixed: Nested/mixed selectors now works correctly #27

Merged
merged 1 commit into from
Jul 14, 2015

Conversation

MoOx
Copy link
Contributor

@MoOx MoOx commented Jul 14, 2015

This commit include a refactoring based on postcss-selector-matches and
add the ability to limit the transformation to :matches() usage.
I may have removed some tests already covered by postcss-selector-matches
Also in this commit:

  • add eslint
  • rewrite using babel (es6/7)
  • fixtures files removed in favor of es6 template string
  • should also fix some weird “undefined” warnings

Close #19

@yisibl feel free to update the README-zh as well (I moved the nodejs/grunt/gulp stuff at the end since most people already know how to do that part most of the time).

By the way, are you open to add me as a collaborator on npm? ($ npm owner add moox postcss-custom-selectors) so I can push release directly?

This commit include a refactoring based on postcss-selector-matches and
add the ability to limit the transformation to :matches() usage.
Also in this commit:

- add eslint
- rewrite using babel (es6/7)
- fixtures files removed in favor of es6 template string
- should also fix some weird “undefined” warnings

Close #19
@yisibl
Copy link
Contributor

yisibl commented Jul 14, 2015

By the way, are you open to add me as a collaborator on npm? ($ npm owner add moox postcss-custom-selectors) so I can push release directly?

No problem! https://www.npmjs.com/package/postcss-custom-selectors/access

yisibl added a commit that referenced this pull request Jul 14, 2015
Fixed: Nested/mixed selectors now works correctly
@yisibl yisibl merged commit 8463e37 into master Jul 14, 2015
@MoOx MoOx deleted the fix.rewrite-matches branch July 14, 2015 09:44
@MoOx
Copy link
Contributor Author

MoOx commented Jul 14, 2015

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using multiple custom-selectors in one selector does not work
2 participants