mirror of
https://github.com/less/less.js.git
synced 2026-02-07 21:45:08 -05:00
13 lines
129 B
CSS
13 lines
129 B
CSS
body {
|
|
width: 100%;
|
|
}
|
|
#logo {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: url('../assets/logo.png');
|
|
}
|
|
|
|
.a {
|
|
var: test;
|
|
}
|