lessc -x compress option has been deprecated. It is recommended we use a dedicated css minifier, -clean-css
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
For example,
lessc -x themes/Example/less/build.less themes/Example/css/theme.css
lessc -clean-css themes/Example/less/build.less themes/Example/css/theme.css
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
Search the documentation for the shown lessc -x command and read the surrounding usage instructions. Replace the deprecated compression option with the recommended -clean-css form, then verify that the documented command matches the intended CSS minification workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100