Skip to content

Commit

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

Please sign in to comment.