sinatra/test/views/hello.less

5 lines
65 B
Plaintext
Raw Normal View History

@white_colour: #fff;
#main {
background-color: @white_colour;
}