-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
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 theproperties.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
Projects
Status
Done