feat: structure
This commit is contained in:
@@ -2,8 +2,9 @@ import { useEffect, type ReactNode } from 'react';
|
||||
import type { Preview, Decorator } from 'storybook-react-rsbuild';
|
||||
import { Tooltip } from 'radix-ui';
|
||||
|
||||
/* The shipped library surface, exactly as a consumer would load it. */
|
||||
import '../src/styles/fonts.css';
|
||||
/* The shipped library surface, exactly as a consumer would load it.
|
||||
Fonts are loaded via preview-head.html (Google Fonts link + Anta @font-face)
|
||||
to avoid bundler inlining the @import url() mid-stylesheet. */
|
||||
import '../src/styles/index.css';
|
||||
/* Storybook-only canvas styling (background, docs blocks). */
|
||||
import './preview.css';
|
||||
|
||||
Reference in New Issue
Block a user