larsenwork / larsenwork/postcss-easing-gradients
Work with postcss-easings
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Just tried to install both these packages:
Added both to .postcssrc.js:
module.exports = {
plugins: ['postcss-easing-gradients', 'postcss-easings']
};
But this code is not processed:
background-image: linear-gradient(to right, black, ease-in-sine, transparent);
I tried to change order of plugins but it's not working too.
Contributor guide
No contributing guide indexed for this repository
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
Reproduce the reported setup from .postcssrc.js using postcss-easing-gradients and postcss-easings, then inspect how the CSS gradient example is processed. Check whether changing plugin order affects the result and identify what prevents the easing syntax from being transformed. Done means the supplied linear-gradient declaration is processed as expected with both packages configured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100