core/plugins/c9.fs/mock/less.less
2016-06-26 13:53:19 +02:00

6 lines
82 B
Plaintext

@background: "red";
HTML {
overflow : hidden;
background : @background;
}