1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/test/views/hello.less
Andrey Savchenko 621bfcbd6a Added Less support
Signed-off-by: Simon Rozet <simon@rozet.name>
2010-03-01 16:04:44 -08:00

5 lines
No EOL
65 B
Text

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