Skip to content

Commit 791ace8

Browse files
authored
Merge pull request #8 from amakarudze/master
Add flag icons
2 parents 825aa9d + 12c1b7f commit 791ace8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
"preview": "astro preview",
1010
"astro": "astro",
1111
"prepare": "husky",
12-
"test": "vitest run",
12+
"test": "vitest run",
1313
"test:watch": "vitest",
14-
"test:e2e": "playwright test"
15-
14+
"test:e2e": "playwright test"
1615
},
1716
"dependencies": {
1817
"@astrojs/starlight": "^0.37.0",

public/styles.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
/* Global reset */
2+
3+
@import "flag-icons/css/flag-icons.min.css";
4+
25
* {
36
margin: 0;
47
padding: 0;

0 commit comments

Comments
 (0)