We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825aa9d + 12c1b7f commit 791ace8Copy full SHA for 791ace8
package.json
@@ -9,10 +9,9 @@
9
"preview": "astro preview",
10
"astro": "astro",
11
"prepare": "husky",
12
- "test": "vitest run",
+ "test": "vitest run",
13
"test:watch": "vitest",
14
- "test:e2e": "playwright test"
15
-
+ "test:e2e": "playwright test"
16
},
17
"dependencies": {
18
"@astrojs/starlight": "^0.37.0",
public/styles.css
@@ -1,4 +1,7 @@
1
/* Global reset */
2
+
3
+@import "flag-icons/css/flag-icons.min.css";
4
5
* {
6
margin: 0;
7
padding: 0;
0 commit comments