// ============================================================================= // ACCOUNT (CSS) // ============================================================================= // Bigcommerce Component // ----------------------------------------------------------------------------- // // The Bigcommerce Coding Standards, coupled with Foundation. // If any library overrides or extra CSS is needed, declare it here. // // 1. If set to false, there is no outputted CSS for this component. // // ----------------------------------------------------------------------------- @if $exportCSS--account { /*doc --- title: Account name: account category: Patterns --- ```html_example ``` ```sass_file_example src/settings/bigcommerce/account/_settings.scss ``` */ .account { @include u-listBullets("none"); } .account-name { font-weight: $account-name-fontWeight; } }