Skip to content

Addition dynamic function ("Mixin name interpolation"). #3050

Closed
@kbdsbx

Description

@kbdsbx

Sometimes we should make function in compiling time, like this:

@{prefix}-@{function-name}-@{suffix} () {
};

Because we expert the function which don't output to the finial .css file, but it can be used in compiling time. if any function has been output, the finial .css file is so large. ( 400 line come to 20000+ line etc. )

In current occasion, it has been output:

.prefix-function-suffix () {
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions