File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* IMPORTANT: This file is the result of assembling design tokens
3
3
* Do not edit directly
4
- * Generated on Fri, 24 Feb 2023 11:38:50 GMT
4
+ * Generated on Sun, 26 Feb 2023 16:21:31 GMT
5
5
*/
6
6
7
- @custom-media --pgn-size-breakpoint-xs (max -width: 0 );
8
- @custom-media --pgn-size-breakpoint-sm (max -width: 576px );
9
- @custom-media --pgn-size-breakpoint-md (max -width: 768px );
10
- @custom-media --pgn-size-breakpoint-lg (max -width: 992px );
11
- @custom-media --pgn-size-breakpoint-xl (max -width: 1200px );
12
- @custom-media --pgn-size-breakpoint-xxl (max -width: 1400px );
7
+ @custom-media --pgn-size-breakpoint-xs (min -width: 0 );
8
+ @custom-media --pgn-size-breakpoint-sm (min -width: 576px );
9
+ @custom-media --pgn-size-breakpoint-md (min -width: 768px );
10
+ @custom-media --pgn-size-breakpoint-lg (min -width: 992px );
11
+ @custom-media --pgn-size-breakpoint-xl (min -width: 1200px );
12
+ @custom-media --pgn-size-breakpoint-xxl (min -width: 1400px );
Original file line number Diff line number Diff line change 1
1
/**
2
2
* IMPORTANT: This file is the result of assembling design tokens
3
3
* Do not edit directly
4
- * Generated on Fri, 24 Feb 2023 12:30:21 GMT
4
+ * Generated on Sun, 26 Feb 2023 16:21:31 GMT
5
5
*/
6
6
7
7
.bg-dark {
Original file line number Diff line number Diff line change 1
1
/**
2
2
* IMPORTANT: This file is the result of assembling design tokens
3
3
* Do not edit directly
4
- * Generated on Fri, 24 Feb 2023 12:30:21 GMT
4
+ * Generated on Sun, 26 Feb 2023 16:21:31 GMT
5
5
*/
6
6
7
7
: root {
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ StyleDictionary.registerFormat({
174
174
let customMediaVariables = '' ;
175
175
176
176
Object . values ( breakpoint ) . forEach ( item => {
177
- customMediaVariables += `@custom-media --${ item . name } (max -width: ${ item . value } ); \n` ;
177
+ customMediaVariables += `@custom-media --${ item . name } (min -width: ${ item . value } );\n` ;
178
178
} ) ;
179
179
180
180
return fileHeader ( { file } ) + customMediaVariables ;
You can’t perform that action at this time.
0 commit comments