Skip to content

Commit f85e8eb

Browse files
authored
fix: mobile fixes and basic i18n support (#127)
1 parent ef50b2b commit f85e8eb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+593
-837
lines changed

docs/demo/theme.ts

Lines changed: 0 additions & 307 deletions
This file was deleted.

docs/tutorialkit.dev/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"@astrojs/react": "^3.6.0",
2323
"@astrojs/starlight": "^0.23.4",
2424
"@iconify-json/ph": "^1.1.13",
25+
"@tutorialkit/astro": "workspace:*",
2526
"@tutorialkit/theme": "workspace:*",
2627
"@types/gtag.js": "^0.0.20",
2728
"@types/react": "^18.3.3",

docs/tutorialkit.dev/src/components/react-examples/Example.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { classNames } from '@tutorialkit/components-react';
3-
import './theme.css';
3+
import '@tutorialkit/astro/default-theme.css';
44
55
interface Props {
66
className?: string;

0 commit comments

Comments
 (0)