Skip to content

USWDS - Bug: "full" display position utility classes do not generate #5632

@amyleadem

Description

@amyleadem

Summary

Our documentation for .left-, .right-, and .top- utility classes state that USWDS offers .left-full, .right-full, and .top-full classes. However, these do not appear in the default USWDS CSS. USWDS CSS does currently provide a .bottom-full class.

We should:

  • Confirm that USWDS should offer .left-full, .right-full, and .top-full classes
  • If so, add these to their respective palettes inside $system-properties in the properties.scss file. For example:
    left: (
        standard:
          map-collect(
            map.get($system-spacing, "smaller"),
            map.get($system-spacing, "small"),
            map.get($system-spacing, "smaller-negative"),
            map.get($system-spacing, "small-negative"),
            map.get($partial-values, "zero-zero"),
            map.get($partial-values, "auto"),
    +        map.get($partial-values, "full-percent")
          ),
        extended: (),
      ),

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions