Sha256: d3d53fe87236f16be831cda658e0fc13464cd5ff48b8c788519b09bc0e568c52

Contents?: true

Size: 752 Bytes

Versions: 2

Compression:

Stored size: 752 Bytes

Contents

/*
========================================
background-color
----------------------------------------
usage:
  .bg-[key]
----------------------------------------
output:
  background-color: [value];
----------------------------------------
example:
  .bg-red-50v {
    background-color: #be4900; }
----------------------------------------
*/

$u-background-color: (
  background-color: (
    base: "bg",
    modifiers: null,
    property: "background-color",
    values:
      map-collect(
        get-palettes($background-color-palettes),
        get-palettes("palette-color-required"),
        get-palettes($global-color-palettes),
        $background-color-manual-values
      ),
    settings: $background-color-settings,
    type: "utility"
  )
);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
uswds-jekyll-5.0.1 _sass/uswds/src/utilities/rules/background-color.scss
uswds-jekyll-5.0.0 _sass/uswds/src/utilities/rules/background-color.scss