skeleton
skeleton copied to clipboard
v2 CLI: themes are dropped into the `/lib` directory instead of project root
Current Behavior
Currently when generating a new v2 Skeleton project using the CLI, themes (maybe only custom themes?) are dropped into th e /src/lib directory.
Expected Behavior
Themes should reside in the root of the project, as they're only ever referenced or imported by the tailwind.config
Steps To Reproduce
- Create a new v2 Skeleton project using the CLI
- Select either a preset or custom theme options
- The theme will be inserted into the
/src/libdirectory
Link to Reproduction / Stackblitz
No response
More Information
Not high priority, but would be a worthwhile change before we sunset Skeleton's v2 CLI.
@niktek let me know if you're interested in jumping on this, or feel free to self assign!