rsnext/examples/with-next-less/style.less

6 lines
49 B
Text
Raw Normal View History

2018-05-29 10:37:03 +02:00
@theme: red;
.example {
color: @theme;
}