26ccecb361
Move width utilities into scanned components as literal class names, add lib to Tailwind content and safelist. Verified max-w-4xl in build CSS and /learn HTML. Co-authored-by: Cursor <cursoragent@cursor.com>
3 lines
150 B
TypeScript
3 lines
150 B
TypeScript
/** @deprecated 宽度类已移至各组件内完整书写,避免 Tailwind 漏扫 */
|
|
export type ContentShellWidth = "default" | "narrow" | "wide";
|