Skip to content

Commit

Permalink
Add u-w65pct and u-w15pct utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 19, 2024
1 parent 87768f9 commit ea2e45b
Show file tree
Hide file tree
Showing 19 changed files with 68 additions and 8 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/cfpb-design-system/dist/index.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/cfpb-design-system/dist/index.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/cfpb-design-system/dist/index.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/cfpb-design-system/dist/utilities/index.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions packages/cfpb-design-system/dist/utilities/index.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions packages/cfpb-design-system/dist/utilities/index.js.map

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions packages/cfpb-design-system/src/utilities/utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,18 @@ $ba: Link underline active color.
width: 75%;
}

.u-w65pct {
width: 65%;
}

.u-w25pct {
width: 25%;
}

.u-w15pct {
width: 15%;
}

.u-w66pct {
width: math.div(2, 3) * 100%;
}
Expand Down

0 comments on commit ea2e45b

Please sign in to comment.