We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The README suggests you can import a file and then use the identifier in a composes value, e,g,:
composes
@value foo: "./foo.css"; .bar { composes: baz from foo; }
However, this errors with:
referenced class name "from" in composes not found