Mailspring/app/spec/fixtures/sample.less
2017-10-14 17:36:44 -07:00

8 lines
71 B
Text

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