-
Notifications
You must be signed in to change notification settings - Fork 24
Allow custom media to reference each other #10
Conversation
looks good. |
@@ -1,3 +1,4 @@ | |||
@custom-media --a (--a); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fixture seems not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used by the "should transform custom media with self reference" test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I don't see how. No import or something in test/fixtures/transform-self-reference.css
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, you are right. It's been awhile and I have no idea why this file exists. Let me double check.
Please remove the unused fixtures and rebase on master so I can merge. |
PTAL |
Nice. |
Allow custom media to reference each other
Released as 4.1.0 |
Thanks. I will send the cssnext PR soon. |
This PR fixes #9. |
The final missing piece. :)
Any plan on settling the option name? I plan to submit the extract pr once it's resolved.