liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
60 lines (47 loc) • 708 B
Plain Text
/*prettydiff.com cssinsertlines:true*/
/* top
comment1*/
/*blah blah1
*/
a {
/* top
comment2*/
/*blah blah2
*/
b {
color: Red;
}
}
#extras-ingredients input,
#extras-ingredients select {
background: url("http://asdf.com/");
font-size : 1.2em;
margin : 4em 1em 3em 2em;
$gor;
/*asdf*/
$var;
}
@import "imports/_variables";
@import "imports/_mixins";
@import "imports/reset";
@import "imports/_button";
/* Source */
.content {
background-color: $dark_brown;
}
form {
height: 100%;
.content {
height: 100%;
}
}
.a {
margin: 10px;
.b {
display: inline-block;
}
}
.a {
margin : 0;
padding: 10px;
}