-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added CSS custom media query transformer
- Loading branch information
1 parent
2be3177
commit 8423208
Showing
4 changed files
with
40 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/** | ||
* IMPORTANT: This file is the result of assembling design tokens | ||
* Do not edit directly | ||
* Generated on Tue, 21 Feb 2023 18:00:46 GMT | ||
*/ | ||
|
||
@custom-media --pgn-size-breakpoint-xs (max-width: 0); | ||
@custom-media --pgn-size-breakpoint-sm (max-width: 576px); | ||
@custom-media --pgn-size-breakpoint-md (max-width: 768px); | ||
@custom-media --pgn-size-breakpoint-lg (max-width: 992px); | ||
@custom-media --pgn-size-breakpoint-xl (max-width: 1200px); | ||
@custom-media --pgn-size-breakpoint-xxl (max-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