Skip to content

The browsers value is ignored #31

Description

@JanisE

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions