18F/18f.gsa.gov

View on GitHub
_sass/_libs/uswds/scss/utilities/rules/bottom.scss

Summary

Maintainability
Test Coverage
/*
========================================
.bottom
----------------------------------------
property: bottom
----------------------------------------
usage:
  .bottom-[key]
----------------------------------------
output:
  bottom: [value];
----------------------------------------
example:
  .bottom-n2px {
    bottom: -2px; }
----------------------------------------
*/

$u-bottom: (
  bottom: (
    base: "bottom",
    modifiers: null,
    values: map-collect(get-palettes($bottom-palettes), $bottom-manual-values),
    settings: $bottom-settings,
    property: "bottom",
    type: "utility"
  )
);