File tree Expand file tree Collapse file tree 13 files changed +17
-23
lines changed
expo-event-source-polyfill/.vitepress/theme
gha-cache-server/.vitepress/theme
nitro-trpc-event-handler/.vitepress/theme
trpc-vue-query/.vitepress/theme Expand file tree Collapse file tree 13 files changed +17
-23
lines changed Original file line number Diff line number Diff line change 77 --vp-c-brand-3 : var (--vp-c-purple-3 );
88 --vp-c-brand-soft : var (--vp-c-purple-soft );
99}
10-
11- @view-transition {
12- navigation : auto;
13- }
Original file line number Diff line number Diff line change 1- import DefaultTheme from 'vitepress/theme'
2- import CustomLayout from './CustomLayout.vue'
31import './custom.css'
42import 'virtual:group-icons.css'
53
6- export default {
7- extends : DefaultTheme ,
8- Layout : CustomLayout ,
9- }
4+ export { default } from './layout'
Original file line number Diff line number Diff line change 1+ import DefaultTheme from 'vitepress/theme'
2+ import CustomLayout from './CustomLayout.vue'
3+
4+ export default {
5+ extends : DefaultTheme ,
6+ Layout : CustomLayout ,
7+ }
Original file line number Diff line number Diff line change 44 --vp-c-brand-3 : oklch (60% 0.118 184.704 ); /* 600 */
55 --vp-c-brand-soft : oklch (27.7% 0.046 192.524 ); /* 950 */
66}
7-
8- @view-transition {
9- navigation : auto;
10- }
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
Original file line number Diff line number Diff line change 11import './custom.css'
22import 'virtual:group-icons.css'
33
4- export { default } from '../../../../.vitepress/theme'
4+ export { default } from '../../../../.vitepress/theme/layout '
You can’t perform that action at this time.
0 commit comments