inverse style to stylize

This commit is contained in:
cloudhead 2010-03-03 12:01:06 -05:00
parent efab821115
commit e6c5c57755

View File

@ -508,6 +508,7 @@ less.parser = {
function stylize(str, style) {
var styles = {
'bold' : [1, 22],
'inverse' : [7, 27],
'underline' : [4, 24],
'yellow' : [33, 39],
'green' : [32, 39],