@aryagg/theme
v0.0.2
Published
Shared CSS theme for aryagg packages. Provides global styles, design tokens, and a Tailwind v4 configuration built on top of Fira Mono.
Downloads
243
Readme
@aryagg/theme
Shared CSS theme for aryagg packages. Provides global styles, design tokens, and a Tailwind v4 configuration built on top of Fira Mono.
Installation
npm install @aryagg/themePeer dependency:
npm install tailwindcss@^4Usage
Import global styles
/* In your main CSS file */
@import "@aryagg/theme";Import Tailwind config
// tailwind.config.js
import themeConfig from '@aryagg/theme/tailwind.config.js';
export default {
presets: [themeConfig],
};TypeScript
The package ships type definitions for the CSS exports:
import '@aryagg/theme';What's Included
| File | Purpose |
|---|---|
| index.css | Entry point — imports global and component styles |
| src/global.css | Base resets, typography, CSS variables |
| src/components.css | Reusable component-level styles |
| src/tailwind.config.js | Shared Tailwind v4 preset |
Source
github.com/iron-throne/skeleton-packages/tree/main/packages/theme
