backoffice/node_modules/less/test/less-bom/postProcessorPlugin/postProcessor.less

5 lines
47 B
Plaintext
Raw Normal View History

2020-02-06 10:09:39 +00:00
@color: white;
.test {
color: @color;
}