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 198c8c5 + b0d5d83 commit 772a177Copy full SHA for 772a177
src/archive-now.stylesheet.css
@@ -10,7 +10,7 @@
10
--sl-color-primary-400: theme(colors.cyan.400);
11
--sl-color-primary-500: theme(colors.cyan.500);
12
--sl-color-primary-600: theme(colors.cyan.600);
13
- --sl-color-primary-700: theme(colors.cyan.700.DEFAULT);
+ --sl-color-primary-700: theme(colors.cyan.700);
14
--sl-color-primary-800: theme(colors.cyan.800);
15
--sl-color-primary-900: theme(colors.cyan.900);
16
}
src/files.d.ts
@@ -2,6 +2,10 @@ declare module "*.avif" {
2
const src: string;
3
export default src;
4
5
+declare module "*.svg" {
6
+ const src: string;
7
+ export default src;
8
+}
9
declare module "*.css" {
const contents: string;
export default contents;
0 commit comments