liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
57 lines (48 loc) • 997 B
Plain Text
/* top
comment*/
/*blah blah
*/
#extras-ingredients input,
#extras-ingredients select {
background: url("http://asdf.com/");
font-size : 1.2em;
margin : 4em 1em 3em 2em;
$gor;
/*asdf*/
$var;
}
#extras-ingredients select {
-moz-appearance : none;
-webkit-appearance: none;
border-width : 0;
color : #ffe;
padding : 0.05em;
width : 4em;
#extras-ingredients input {
line-height: red;
opacity : 4em;
/*qwer*/
//asdfasdf asdfa asdf
}
}
#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;
}