Use LESS style comments

This commit is contained in:
Kevin Sawicki
2013-06-12 10:12:10 -07:00
parent 7e33a3e12f
commit 775f29564a
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
background-color: rgba(255, 255, 255, 0.14);
}
/* Markdown Styles */
// Markdown Styles
.source.gfm {
color: #999;

View File

@@ -79,7 +79,7 @@
}
}
/* Keywords */
// Keywords
.keyword {
color: #222;
font-weight: bold;
@@ -180,7 +180,7 @@
}
}
/* CSS Styles */
// CSS Styles
.css {
&.support.property-name {
font-weight: bold;
@@ -192,7 +192,7 @@
}
}
/* Markdown */
// Markdown
.source.gfm {
color: #444;
}