Skip to content

Commit 3e89601

Browse files
committed
Add breakpoints
1 parent 43729f0 commit 3e89601

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

bindings/devup-ui-wasm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ mod tests {
313313
}"##,
314314
)
315315
.unwrap();
316-
assert_eq!(theme.breakpoints, vec![0, 480, 768, 992, 1280]);
316+
assert_eq!(theme.breakpoints, vec![0, 480, 768, 992, 1280, 1600]);
317317
assert_debug_snapshot!(theme.to_css());
318318
}
319319
{

bindings/devup-ui-wasm/src/snapshots/devup_ui_wasm__tests__deserialize_theme-2.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Theme {
2121
768,
2222
992,
2323
1280,
24+
1600,
2425
],
2526
typography: {
2627
"default": Typographies(

bindings/devup-ui-wasm/src/snapshots/devup_ui_wasm__tests__deserialize_theme-3.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Theme {
1010
768,
1111
992,
1212
1280,
13+
1600,
1314
],
1415
typography: {
1516
"body": Typographies(

0 commit comments

Comments
 (0)