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

Postcss 8 #35

Merged
merged 5 commits into from
Jul 12, 2021
Merged

Postcss 8 #35

merged 5 commits into from
Jul 12, 2021

Conversation

romainmenke
Copy link
Member

@romainmenke romainmenke commented Jul 10, 2021

supersedes : #31

fixes : #10 (the fix was a side effect of other changes)

Uses Declaration instead of Root

goto-bus-stop and others added 5 commits October 8, 2020 17:39
This is just a straightforward version bump, using the `Root:` style
postcss 8 plugin. I tried to switch to using `Declaration:`, but we get
in an infinite replacement loop. I could remedy it with some extra
checks in the `transition` transform, but I'm not confident that that
were all the possible infinite loop cases, so I went back to this
single-pass style.
@jonathantneal jonathantneal merged commit d0bab53 into csstools:main Jul 12, 2021
@romainmenke romainmenke deleted the postcss-8 branch July 12, 2021 05:53
romainmenke added a commit to csstools/postcss-plugins that referenced this pull request Nov 16, 2021
* update to postcss 8

This is just a straightforward version bump, using the `Root:` style
postcss 8 plugin. I tried to switch to using `Declaration:`, but we get
in an infinite replacement loop. I could remedy it with some extra
checks in the `transition` transform, but I'm not confident that that
were all the possible infinite loop cases, so I went back to this
single-pass style.

* up rollup

* ci: bump matrix

* update engines

* remove Root func and use Declaration

Co-authored-by: Renée Kooi <renee@kooi.me>
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.

preserve:true for block- and inline-size
3 participants