mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
inverse style to stylize
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user