Skip to content

Commit

Permalink
fix(api): missing bootstrap class
Browse files Browse the repository at this point in the history
  • Loading branch information
aqzhyi committed Feb 26, 2015
1 parent 98e431a commit f01ef9f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@
[ "text-right\tBootstrapClass", "text-right" ],

[ "muted\tBootstrapClass", "muted" ],
[ "text-primary\tBootstrapClass", "text-primary" ],
[ "text-warning\tBootstrapClass", "text-warning" ],
[ "text-error\tBootstrapClass", "text-error" ],
[ "text-info\tBootstrapClass", "text-info" ],
[ "text-success\tBootstrapClass", "text-success" ],
[ "bg-primary\tBootstrapClass", "bg-primary" ],
[ "bg-warning\tBootstrapClass", "bg-warning" ],
[ "bg-error\tBootstrapClass", "bg-error" ],
[ "bg-info\tBootstrapClass", "bg-info" ],
[ "bg-success\tBootstrapClass", "bg-success" ],
[ "initialism\tBootstrapClass", "initialism" ],

[ "unstyled\tBootstrapClass", "unstyled" ],
Expand Down

0 comments on commit f01ef9f

Please sign in to comment.