Skip to content

Commit 7a98207

Browse files
committed
fix: theme layer ordering for shadows
1 parent efd6540 commit 7a98207

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/website/src/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@layer base, qwik-ui, popover-polyfill, theme, components, utilities;
1+
@layer theme, base, qds, qwik, components, components-2, utilities;
22
@import 'tailwindcss';
33
@import 'tw-animate-css';
44

apps/website/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import autoAPI from './auto-api';
77
import { ShikiTransformer } from 'shiki';
88
import tailwindcss from '@tailwindcss/vite';
99
import { qwikInsights } from '@builder.io/qwik-labs/vite';
10-
import basicSsl from '@vitejs/plugin-basic-ssl';
1110

1211
export default defineConfig(async () => {
1312
const { default: shikiRehype } = await import('@shikijs/rehype');
@@ -50,7 +49,7 @@ export default defineConfig(async () => {
5049
// Uncomment for debugging preview with http2 via https
5150
tailwindcss(),
5251
qwikInsights({ publicApiKey: 'j748wqs70n' }),
53-
basicSsl(),
52+
// basicSsl(),
5453
],
5554

5655
server: {

0 commit comments

Comments
 (0)