fix: move Google Fonts import before Tailwind; transpile @solana/connector
This commit is contained in:
@@ -2,6 +2,7 @@ import type { NextConfig } from 'next'
|
|||||||
|
|
||||||
const config: NextConfig = {
|
const config: NextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
transpilePackages: ['@solana/connector'],
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import "tailwindcss";
|
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap');
|
||||||
|
|
||||||
|
@import "tailwindcss";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bg: oklch(0.165 0.022 282);
|
--bg: oklch(0.165 0.022 282);
|
||||||
--bg2: oklch(0.205 0.026 282);
|
--bg2: oklch(0.205 0.026 282);
|
||||||
|
|||||||
Reference in New Issue
Block a user