mirror of
https://github.com/less/less.js.git
synced 2026-01-20 20:58:07 -05:00
10 lines
153 B
CSS
10 lines
153 B
CSS
#comments {
|
|
color: red;
|
|
background-color: orange;
|
|
font-size: 12px;
|
|
content: "content";
|
|
border: 1px solid black;
|
|
padding: 0;
|
|
margin: 2em;
|
|
}
|