term.css
A minimal, classless CSS framework with terminal aesthetics. Write semantic HTML. Get a styled page.
Quick Start
npm install @eshlox/termcss@import "@eshlox/termcss";Features
- Classless - styles every HTML element, no classes needed
- Terminal aesthetic - monospace, dark-first, terminal-inspired
- Themeable - 10 CSS variables, composable theme files
- Accessible - WCAG 2.1 AA, focus rings, reduced motion
- Tiny - single CSS file, no JavaScript
- Responsive - works on all screen sizes
- Dark & Light - auto-detects, or set manually
Themes
Ships with a default theme plus 12 popular schemes. Browse all themes or create your own from a single hue value.
@import "@eshlox/termcss";@import "@eshlox/termcss/themes/dracula.min.css";