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.
1 parent ea72df5 commit f5ffc08Copy full SHA for f5ffc08
2 files changed
src/components/content/Icon/icons.ts
@@ -1,5 +1,5 @@
1
-/** eslint-disable spaced-comment */
2
// Using Vite's import.meta.glob to import SVG files
+// eslint-disable-next-line spaced-comment
3
/// <reference types="vite/client" />
4
5
const formatIcons = (imports) =>
src/styles/_normalize.scss
@@ -1,2 +1,2 @@
// Import normalize.css as regular CSS
-@import 'normalize.css/normalize.css';
+@import 'normalize.css/normalize.css';
0 commit comments