-
Notifications
You must be signed in to change notification settings - Fork 41
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
Upgrade clean css and add basic tests #37
Conversation
Hey @matthew-dean, do you need anything else from me? Is this pr ok? |
@derTobsch I guess this plugin has no tests? 🤔 |
Yep :) Not even one. |
@derTobsch If you feel pretty confident about this, I think we can merge it |
go for it. Otherwise we will fix it |
@matthew-dean is there anything else I can do? |
ping :) |
@matthew-dean, how does it look? |
Hey @matthew-dean, its me again :) I added the basic tests from #27 (#30) and also added a github workflow to run the tests. You need to enable GitHub Actions for this repo to see the results. |
Yeah and thanks @matthew-dean. I think we can now close #30 and #33 |
clean-css
to5.3.3
const
andlet
instead ofvar
It should still work, but please check again
❯ lessc file.less --clean-css="--s1 --advanced --compatibility=ie8" h2{color:coral}h3{color:purple}%
contains #30
closes #36
closes #29
closes #27
closes #26
closes #18