| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @tailgrids_cli@1.3.0 source code.tar.gz | 2026-03-16 | 4.4 MB | |
| @tailgrids_cli@1.3.0 source code.zip | 2026-03-16 | 4.8 MB | |
| README.md | 2026-03-16 | 608 Bytes | |
| Totals: 3 Items | 9.1 MB | 0 | |
Minor Changes
feat(cli): add framework detection and optionally replace main CSS file during init
- Added automatic detection for Vite and Next.js projects to find the main CSS file during
init. - Added a prompt to ask for the main CSS file path if the project framework cannot be automatically determined.
- Added a confirmation step allowing users to replace their existing main CSS file with the selected theme's CSS variables, falling back to creating a
tailgrids.cssfile if they decline. - Updated
tailgrids.config.jsonpayload to track the project'sframeworkandmainCssFile.