Closed
Description
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 () {
}