Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang committed Feb 5, 2024
2 parents 9ba8e30 + 43f7896 commit 1dd84f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/formation/sass/base/_b-breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ $small: new-breakpoint(min-width $small-screen $grid-columns-small);
$medium: new-breakpoint(min-width $medium-screen $grid-columns-medium);
$large: new-breakpoint(min-width $large-screen $grid-columns-large);

/*
ADDED TO CSS-LIBRARY
file: tokens/breakpoints.json
issue: vets-design-system-documentation#2334
*/
// We do a custom override here, setting our site's medium breakpoint to 768 instead of how USWDS defines it at 600.
$xsmall-screen: 320px; // QVGA display
$medium-large-screen: 768px;
Expand Down
3 changes: 1 addition & 2 deletions packages/formation/sass/base/_va.scss
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,7 @@ issue: vets-design-system-documentation#2043
// Blog-related CSS
//===================================


// Info cards
// DEPRECATED: Replaced with va-card web component
.card {
position: relative;
margin: 0 0 1.5em 0;
Expand Down

0 comments on commit 1dd84f4

Please sign in to comment.