pulsar/spec/fixtures/sample.less

8 lines
70 B
Plaintext
Raw Normal View History

@color: #4D926F;
#header {
color: @color;
}
h2 {
color: @color;
}