mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use LESS style comments
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
background-color: rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
/* Markdown Styles */
|
||||
// Markdown Styles
|
||||
|
||||
.source.gfm {
|
||||
color: #999;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user