Skip to content

This PR contains: Improve types for stringify #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 4, 2020

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Jan 29, 2020

  • bugfix
  • feature
  • refactor
  • tests
  • documentation
  • metadata

Breaking Changes?

  • yes
  • no

If yes, please describe the breakage.

Please Describe Your Changes

Improve types for stringify

We shouldn't re-use PostCSS's type because it expects PostCSS
statement nodes rather than value nodes.

nex3 added 3 commits January 29, 2020 00:36
We shouldn't re-use PostCSS's type because it expects PostCSS
statement nodes rather than value nodes.
This matches PostCSS's type structure. It allows Root to be a
Node (and thus passable to stringify()) without also allowing it to be
used as a child.
@nex3 nex3 changed the title This PR contains: This PR contains: Improve types for stringify Jan 29, 2020
@shellscape
Copy link
Owner

thanks!

@shellscape shellscape merged commit 94f301a into shellscape:master Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants