valaxy 0.20.7 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ # styles/common
2
+
3
+ 公共样式,可由主题作者自行引入。
4
+
5
+ ```ts
6
+ import 'valaxy/client/styles/common/index.scss'
7
+ ```
@@ -0,0 +1,7 @@
1
+ // common
2
+ @use "./code.scss" as *;
3
+ @use "./hamburger.scss" as *;
4
+ @use "./transition.scss" as *;
5
+
6
+ // markdown
7
+ @use "./markdown.scss";
@@ -9,12 +9,4 @@ $c-primary: #0078e7 !default;
9
9
  // https://github.com/valaxyjs/css-i18n
10
10
  @use "css-i18n/src/styles/index.scss" as *;
11
11
 
12
- // common
13
- @use "./common/code.scss" as *;
14
- @use "./common/hamburger.scss" as *;
15
- @use "./common/transition.scss" as *;
16
-
17
- // markdown
18
- @use "./common/markdown.scss";
19
-
20
12
  // components import by yourself