Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 749 Bytes

button.md

File metadata and controls

27 lines (24 loc) · 749 Bytes

#Button Basic Button

@include button();

###All the Options

@include checkbox(
  $size: xl, // optional presets: xs, s, m, l, xl, xxl
  $style: outlined, // filled or outlined (default: filled)
  $color: #fff, 
  $background: $color-brand, 
  $font-size: $font-size-m, 
  $padding: 10px 20px,
  $margin: 0 0 10px 0,
  $border: $border, 
  $border-radius: $border-radius,
); 



###Snippets The Snippets for Sublime Text are optional but make the workflow much faster.
Install: Download the Snippets and place them in your (path_to_sublime)/Packages/User folder.
Usage: Just type button and hit TAB to place your include.