Mailspring/app/spec/fixtures/sample.less

9 lines
71 B
Plaintext

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