mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
13 lines
128 B
Plaintext
13 lines
128 B
Plaintext
@import 'import/import-test.less';
|
|
|
|
body
|
|
{
|
|
font-family: arial, sans-serif;
|
|
}
|
|
|
|
nonsense;
|
|
|
|
.clickable
|
|
{
|
|
cursor: pointer;
|
|
} |