Vanessa 2023-01-12 16:33:06 +08:00
parent e14e8749c9
commit aaec2300a9
2 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,6 @@
@import "card";
@import "menu";
@import "color";
@import "responsive";
// un refactor
@import "protyle";
@import "typography";
@ -593,3 +592,6 @@ progressLoading: 400
margin-top: 7px;
}
}
// 需放置最后否则 https://github.com/siyuan-note/siyuan/issues/7056
@import "responsive";

View file

@ -18,7 +18,6 @@
@import "reset";
@import "function";
@import "color";
@import "responsive";
// un refactor
@import "protyle";
@import "typography";
@ -314,3 +313,5 @@
flex-wrap: initial;
}
}
@import "responsive";