initial commit
This commit is contained in:
21
packages/web/src/index.css
Normal file
21
packages/web/src/index.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* @dangerousthings/web: Main Entry Point */
|
||||
/* Import this file to get all tokens and component styles */
|
||||
|
||||
/* Base tokens (spacing, transitions, font stacks) */
|
||||
@import './base.css';
|
||||
|
||||
/* Tektur font face (used by DT brand) */
|
||||
@import './dt-font.css';
|
||||
|
||||
/* Brand tokens — generated from @dangerousthings/tokens */
|
||||
@import './tokens/dt.css';
|
||||
@import './tokens/classic.css';
|
||||
@import './tokens/supra.css';
|
||||
|
||||
/* Component styles — DT visual identity */
|
||||
@import './components/bevels.css';
|
||||
@import './components/glows.css';
|
||||
@import './components/forms-dt.css';
|
||||
|
||||
/* Component styles — Supra/MD3 visual identity */
|
||||
@import './components/elevation.css';
|
||||
Reference in New Issue
Block a user