Function getBSColor

  • 获取 bootstrap 颜色

    Parameters

    • key: string = 'default'

      color name

    Returns string

    getBSColor(); /// '#6c757d'
    getBSColor('red'); /// '#dc3545'
    getBSColor('warning'); /// '#ffc107'