parcel-bundler / parcel-bundler/lightningcss
Logical overflow-block/inline don't get transformed
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7.7k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
Seems like overflow-block/inline are not get transformed to overflow-y/x if LogicalProperties are on.
https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-inline
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Lightning CSS playground example and trace the logical-property transformation for overflow-inline and overflow-block when LogicalProperties is enabled. Done means these declarations are transformed to the corresponding overflow-x and overflow-y declarations, consistently with the existing padding-block and padding-inline behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100