Skip to content

Add buttons shorthand mixins #6

@matthieupetel

Description

@matthieupetel

Add buttons shorthand mixins to quickly invoke pre-sized properties without writing each variable in the native button-sizemixin.
Like :

@mixin btn-small {
  @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestv3Bootstrap version 3+

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions