core/plugins/c9.fs/mock/less.less
2015-02-10 23:41:24 +04:00

6 lines
82 B
Plaintext

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