rsnext/examples/with-next-less/style.less
2020-05-18 15:24:37 -04:00

5 lines
44 B
Text

@theme: red;
.example {
color: @theme;
}