less / less/less-plugin-autoprefix

The browsers value is ignored

Open
#31 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
169
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Can you, please, give an actual example in the readme of running lessc? Either I'm using it incorrectly, or it is not working.

When I try

lessc --autoprefix="ff 50" style.less

or

lessc --autoprefix=".browserslistrc" style.less

I still get the -webkit-, -ms- prefixes. It seems the parameter is completely ignored.

If I use

postcss --use autoprefixer -o out.css style_in.css

with ff 50 line inside .browserslistrc, I get only the -moz- prefix, so ff 50 is a valid browser definition.

It would be even better if I .browserslistrc would get loaded by default.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the README and the reported lessc commands, including the --autoprefix and .browserslistrc examples. Compare their behavior with the working postcss invocation and verify how the browsers value is passed; done means the documented command honors the browser definition and its expected prefixes are produced.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.