Skip to content

Commit

Permalink
WS-4637: Migrating to paragon alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ochavarria2u committed May 1, 2024
1 parent cfc2520 commit dcb019e
Show file tree
Hide file tree
Showing 4 changed files with 4,671 additions and 512 deletions.
13 changes: 12 additions & 1 deletion paragon/css/core/custom-media-breakpoints.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Mon, 22 Apr 2024 21:11:50 GMT
* Generated on Tue, 30 Apr 2024 18:17:13 GMT
*/

@custom-media --pgn-size-breakpoint-min-width-xs (min-width: 0);
@custom-media --pgn-size-breakpoint-max-width-xs (max-width: 576px);
@custom-media --pgn-size-breakpoint-min-width-sm (min-width: 576px);
@custom-media --pgn-size-breakpoint-max-width-sm (max-width: 768px);
@custom-media --pgn-size-breakpoint-min-width-md (min-width: 768px);
@custom-media --pgn-size-breakpoint-max-width-md (max-width: 992px);
@custom-media --pgn-size-breakpoint-min-width-lg (min-width: 992px);
@custom-media --pgn-size-breakpoint-max-width-lg (max-width: 1200px);
@custom-media --pgn-size-breakpoint-min-width-xl (min-width: 1200px);
@custom-media --pgn-size-breakpoint-max-width-xl (max-width: 1400px);
@custom-media --pgn-size-breakpoint-min-width-xxl (min-width: 1400px);
Loading

0 comments on commit dcb019e

Please sign in to comment.