mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Remove spaces around slashes in final CSS output and update tests to reflect that; Added a couple shorthand tests
This commit is contained in:
@@ -65,8 +65,11 @@ p + h1 {
|
||||
#more-shorthands {
|
||||
margin: 0;
|
||||
padding: 1px 0 2px 0;
|
||||
font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
|
||||
font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
|
||||
font: 0/0 a;
|
||||
border-radius: 5px / 10px;
|
||||
background: url("img.jpg") center / 100px;
|
||||
background: #fff url(image.png) center / 1px 100px repeat-x scroll content-box padding-box;
|
||||
}
|
||||
|
||||
.misc {
|
||||
|
||||
Reference in New Issue
Block a user