// =================================================================
// Button Block Base Styles
// TODO: Should this be in Responsive Foundation?
// =================================================================

@import 'src/global/bu-blocks-config';
@import 'src/blocks/button/bu-blocks-block-button-base';
@import 'src/blocks/button/bu-blocks-block-button-themeable';


// Default styles which apply to all instances of
// this block, regardless of where it shows up,
// go here. Sample CSS for guidance purposes only,
// do not use in production.

// Button Block
//
// This is an button Block, you can use this as a base line for writing up the static markup and styles for a new block.
//
// Status: Ready
//
// Markup: bu-blocks-block-button.hbs
//
// .is-style-default - Default style
// .is-style-outline - Outline style
// .is-style-squared.is-style-default - Squared style
// .is-style-squared.is-style-outline - Squared style
// .has-dark-theme.is-style-default - Dark theme variation
// .has-dark-theme.is-style-outline - Dark theme variation
// .has-light-theme.is-style-default - Light theme variation
// .has-light-theme.is-style-outline - Light theme variation
//
// Styleguide Utilities.Button


