liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
57 lines (47 loc) • 908 B
Plain Text
/* top
comment*/
/*blah blah
*/
#extras-ingredients input,#extras-ingredients select {
font-size: 1.2em;
background:url(http://asdf.com/);
/*asdf*/
$var;
margin-right: 1em;
margin-left:2em;
margin-bottom:3em;
margin-top:4em;
$gor;
}
#extras-ingredients select {
width: 4em;
padding: .05em;
border-width: 0em;
-moz-appearance: none;
-webkit-appearance: none;
#extras-ingredients input {
opacity:4em;
line-height:red //asdfasdf asdfa asdf
/*qwer*/
}
color:#ffe;
}
#extras-ingredients .name {
/*testasdf*//*erty*//*zzz*//*aaaa*/color:green
}
// Breaks
// Uses a comma separator, which is valid
.mixin(@variable, @anotherVariable) {
}
// No longer breaks
// Use a semicolon instead of comma
.mixin(@variable; @anotherVariable) {
}
// Ok
.mixin(@variable) {}
a:not(md-icon, .no-margin-bottom) {
margin-bottom: 10px;
}
.cat {
margin: 0 {{ some_variable }}em;
}