Skip to content

Commit 5ee935e

Browse files
committed
Added routes from xkeshav/kidz repo
added routes and their respective files of - Hindi - reader - record - typing
1 parent c07cda7 commit 5ee935e

Some content is hidden

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

82 files changed

+917
-61
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@
4141
"[CODEOWNERS]": {
4242
"editor.formatOnSave": false
4343
},
44-
"cSpell.words": [
45-
"DUMMYUSER"
46-
],
44+
"cSpell.words": ["DUMMYUSER"],
4745
"workbench.colorCustomizations": {
4846
"activityBar.activeBackground": "#e98cf9",
4947
"activityBar.background": "#e98cf9",

.vscode/tailwind.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
{
2-
"version": 1.1,
3-
"atDirectives": [
4-
{
5-
"name": "@tailwind",
6-
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
7-
"references": [
8-
{
9-
"name": "Tailwind Documentation",
10-
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
11-
}
12-
]
13-
},
14-
{
15-
"name": "@apply",
16-
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
17-
"references": [
18-
{
19-
"name": "Tailwind Documentation",
20-
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
21-
}
22-
]
23-
},
24-
{
25-
"name": "@responsive",
26-
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
27-
"references": [
28-
{
29-
"name": "Tailwind Documentation",
30-
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
31-
}
32-
]
33-
},
34-
{
35-
"name": "@screen",
36-
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
37-
"references": [
38-
{
39-
"name": "Tailwind Documentation",
40-
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
41-
}
42-
]
43-
},
44-
{
45-
"name": "@variants",
46-
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
47-
"references": [
48-
{
49-
"name": "Tailwind Documentation",
50-
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
51-
}
52-
]
53-
}
54-
]
55-
}
1+
{
2+
"version": 1.1,
3+
"atDirectives": [
4+
{
5+
"name": "@tailwind",
6+
"description": "Use the `@tailwind` directive to insert Tailwind's `base`, `components`, `utilities` and `screens` styles into your CSS.",
7+
"references": [
8+
{
9+
"name": "Tailwind Documentation",
10+
"url": "https://tailwindcss.com/docs/functions-and-directives#tailwind"
11+
}
12+
]
13+
},
14+
{
15+
"name": "@apply",
16+
"description": "Use the `@apply` directive to inline any existing utility classes into your own custom CSS. This is useful when you find a common utility pattern in your HTML that you’d like to extract to a new component.",
17+
"references": [
18+
{
19+
"name": "Tailwind Documentation",
20+
"url": "https://tailwindcss.com/docs/functions-and-directives#apply"
21+
}
22+
]
23+
},
24+
{
25+
"name": "@responsive",
26+
"description": "You can generate responsive variants of your own classes by wrapping their definitions in the `@responsive` directive:\n```css\n@responsive {\n .alert {\n background-color: #E53E3E;\n }\n}\n```\n",
27+
"references": [
28+
{
29+
"name": "Tailwind Documentation",
30+
"url": "https://tailwindcss.com/docs/functions-and-directives#responsive"
31+
}
32+
]
33+
},
34+
{
35+
"name": "@screen",
36+
"description": "The `@screen` directive allows you to create media queries that reference your breakpoints by **name** instead of duplicating their values in your own CSS:\n```css\n@screen sm {\n /* ... */\n}\n```\n…gets transformed into this:\n```css\n@media (min-width: 640px) {\n /* ... */\n}\n```\n",
37+
"references": [
38+
{
39+
"name": "Tailwind Documentation",
40+
"url": "https://tailwindcss.com/docs/functions-and-directives#screen"
41+
}
42+
]
43+
},
44+
{
45+
"name": "@variants",
46+
"description": "Generate `hover`, `focus`, `active` and other **variants** of your own utilities by wrapping their definitions in the `@variants` directive:\n```css\n@variants hover, focus {\n .btn-brand {\n background-color: #3182CE;\n }\n}\n```\n",
47+
"references": [
48+
{
49+
"name": "Tailwind Documentation",
50+
"url": "https://tailwindcss.com/docs/functions-and-directives#variants"
51+
}
52+
]
53+
}
54+
]
55+
}

abcd.code-workspace

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@
165165
"titleBar.activeBackground": "#abcd00",
166166
"titleBar.activeForeground": "#15202b",
167167
"titleBar.inactiveBackground": "#abcd0099",
168-
"titleBar.inactiveForeground": "#15202b99",
169-
"tab.activeBorder": "#d5ff01"
168+
"titleBar.inactiveForeground": "#15202b99"
170169
}
171170
}
172171
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@
8787
"prettier-plugin-tailwindcss": "0.6.8",
8888
"shx": "0.3.4"
8989
}
90-
}
90+
}
18.6 KB
Binary file not shown.
15.6 KB
Binary file not shown.
9.64 KB
Binary file not shown.
12.5 KB
Binary file not shown.
9.36 KB
Binary file not shown.
13.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)