// =============================================================================
// CITADEL COMPONENTS
// =============================================================================


// Bigcommerce (Foundation-ified) Components
// -----------------------------------------------------------------------------
//
// To maintain the naming conventions and coding standards of Bigcommerce, we
// must re-create components. They utilise all of the available Foundation
// variables and mixins, but are structured with our naming conventions and
// best practices set out in the SASS Style Guide:
//
// Style Guide: https://github.com/bigcommerce-labs/sass-style-guide
//
// -----------------------------------------------------------------------------


// Global
@import "foundation/global/component";

// Typography
@import "foundation/type/component";

// Icons
@import "bigcommerce/icons/component";

// Inline list
@import "foundation/inlineList/component";

// Ordered List
@import "foundation/orderedList/component";

// Tables
@import "foundation/tables/component";

// Buttons
@import "foundation/buttons/component";

// Button Groups
@import "bigcommerce/buttonGroup/component";

// Dropdown
@import "foundation/dropdown/component";

// Dropdown Buttons
@import "foundation/dropdown-buttons/component";

// Dropdown Split buttons
@import "foundation/split-buttons/component";

// Forms
@import "foundation/forms/component";

// Forms
@import "bigcommerce/forms/component";

// Forms > forms-ccFields
@import "bigcommerce/forms-ccFields/component";

// Account
@import "bigcommerce/account/component";

// Panels
@import "foundation/panels/component";

// Breadcrumbs
@import "foundation/breadcrumbs/component";

// Tabs
@import "foundation/tabs/component";

// Internal Nav
@import "bigcommerce/nav/component";

// Media Object
@import "bigcommerce/media/component";

// Pagination
@import "foundation/pagination/component";

// Bc-Pagination
@import "bigcommerce/bc-pagination/component";

// Alerts
@import "foundation/alerts/component";

// Accordion
@import "foundation/accordion/component";

// Tooltips
@import "foundation/tooltips/component";

// Modal
@import "foundation/modal/component";

// Loading
@import "bigcommerce/loading/component";

// Bc-Datepicker
@import "bigcommerce/datepicker/component";

// Action Bar
@import "bigcommerce/actionBar/component";

// Cards
@import "bigcommerce/cards/component";

// Credit Card Types
@import "bigcommerce/credit-card-types/component";

// Progress Bars
@import "foundation/progress-bars/component";
