-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: renamed custom media query (#2495)
- Loading branch information
1 parent
e362e09
commit d63c2ec
Showing
14 changed files
with
47 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
/** | ||
* IMPORTANT: This file is the result of assembling design tokens | ||
* Do not edit directly | ||
* Generated on Mon, 05 Jun 2023 02:30:54 GMT | ||
* Generated on Thu, 03 Aug 2023 08:09:26 GMT | ||
*/ | ||
|
||
@custom-media --min-pgn-size-breakpoint-xs (min-width: 0); | ||
@custom-media --max-pgn-size-breakpoint-xs (max-width: 576px); | ||
@custom-media --min-pgn-size-breakpoint-sm (min-width: 576px); | ||
@custom-media --max-pgn-size-breakpoint-sm (max-width: 768px); | ||
@custom-media --min-pgn-size-breakpoint-md (min-width: 768px); | ||
@custom-media --max-pgn-size-breakpoint-md (max-width: 992px); | ||
@custom-media --min-pgn-size-breakpoint-lg (min-width: 992px); | ||
@custom-media --max-pgn-size-breakpoint-lg (max-width: 1200px); | ||
@custom-media --min-pgn-size-breakpoint-xl (min-width: 1200px); | ||
@custom-media --max-pgn-size-breakpoint-xl (max-width: 1400px); | ||
@custom-media --min-pgn-size-breakpoint-xxl (min-width: 1400px); | ||
@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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters