Skip to content

Namespace imported less code does not get properly referenced, when there's a (reference) keyword. #1896

@CMCDragonkai

Description

@CMCDragonkai

As per the discussion in #1895

This code:

@import (less, reference) "any.css"; //this works as expected
#Namespace {@import (less, reference) "any.css";} //this does not as the reference does not do anything

Works in the sense that there's no syntax error.

However the reference keyword does not do anything. The entire CSS in "any.css" gets imported in the outputted CSS file.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions