This website requires JavaScript.
Explore
Help
Register
Sign In
valknar
/
units-ui
Watch
1
Star
0
Fork
0
You've already forked units-ui
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
48b75b9755e930b2499b2f5e63926e23e3deafa8
units-ui
/
app
/
globals.css
2 lines
23 B
CSS
Raw
Normal View
History
Unescape
Escape
feat: initialize Next.js 16 project with TypeScript and Tailwind CSS 4 Set up complete Next.js 16 development environment: - Next.js 16.0.1 with App Router and Turbopack - React 19.2.0 with TypeScript 5.9 - Tailwind CSS 4.1.17 with custom category colors - ESLint 9 with Next.js config - Static site generation enabled (output: 'export') Project structure: - app/ directory with layout, page, and globals.css - Tailwind config with 23 category-specific colors - TypeScript config with strict mode and path aliases - Complete .gitignore for Next.js projects Dependencies installed: - convert-units 2.3.4 for unit conversions - All React 19 and Next.js 16 dependencies - Development tooling (TypeScript, ESLint, Tailwind) Ready for Phase 2: Core conversion engine implementation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 09:21:56 +01:00
@
import
"tailwindcss"
;
Reference in New Issue
Copy Permalink