less-plugin-clean-css
less-plugin-clean-css copied to clipboard
Upgrade clean css and some improvements
- upgrade
clean-cssto5.3.2 - use
constandletinstead ofvar - add .editorconfig
- improve readme
It should still work, but please check again
❯ lessc file.less --clean-css="--s1 --advanced --compatibility=ie8"
h2{color:coral}h3{color:purple}%
Hey @matthew-dean, do you need anything else from me? Is this pr ok?
@derTobsch I guess this plugin has no tests? 🤔
@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
@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