mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
test files, from less.rb
This commit is contained in:
9
test/css/comments.css
Normal file
9
test/css/comments.css
Normal file
@@ -0,0 +1,9 @@
|
||||
#comments {
|
||||
color: red;
|
||||
background-color: orange;
|
||||
font-size: 12px;
|
||||
content: "content";
|
||||
border: 1px solid black;
|
||||
padding: 0;
|
||||
margin: 2em;
|
||||
}
|
||||
Reference in New Issue
Block a user