updated sass brush

This commit is contained in:
Brandon Mathis 2010-12-03 15:56:03 -06:00
parent 0954c8d59b
commit 9731c17de1
3 changed files with 83 additions and 81 deletions

View File

@ -110,3 +110,4 @@
// CommonJS // CommonJS
typeof(exports) != 'undefined' ? exports.Brush = Brush : null; typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
})(); })();

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
// Default Syntax Highlighter theme. // Default Syntax Highlighter theme.
//@import "shCore.scss"; @import "shCore.scss";
//@import "shThemeRDark.scss"; @import "shThemeRDark.scss";
/*.syntaxhighlighter { /*.syntaxhighlighter {
.keyword { font-weight: bold !important; } .keyword { font-weight: bold !important; }