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 = {
|
||||
reactStrictMode: true,
|
||||
transpilePackages: ['@solana/connector'],
|
||||
}
|
||||
|
||||
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 "tailwindcss";
|
||||
|
||||
:root {
|
||||
--bg: oklch(0.165 0.022 282);
|
||||
--bg2: oklch(0.205 0.026 282);
|
||||
|
||||
Reference in New Issue
Block a user