Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

lessc file ordering problems #16

Description

@ahamid

If I invoke lessc with one order of files, the second file content is not included in the output. If i flip the order then both file contents are included:

[aaron@msi-cr620 andreas-2]$ lessc crossroads.less pivotx_light.less  | grep header
.header_content{width:460px;}
.header_content h1{border-top:0px;}
.header_content h1 *{width:460px;}
#header{height:180px;background:#495170 url(images/header_light.jpg);}
[aaron@msi-cr620 andreas-2]$ lessc pivotx_light.less crossroads.less | grep header
#header{height:180px;background:#495170 url(images/header_light.jpg);}

the missing lines are not present in pivotx_light.less, so I think that rules out weird inheritance interactions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions