kjaymiller / kjaymiller/render_engine_theme_kjaymiller
Theme requires tailwind.config.js to bin the root of the project with dependencies
- Dominant language
- HTML
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If you don't have a tailwind.config.js file in the root of your project with these minimum dependencies your site's theme will not work.
```js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['output/**/*.{html, js}'],
plugins: [require('@tailwindcss/typography')]
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Check the project root and the theme build setup first, focusing on whether tailwind.config.js is present and how output/**/*.{html, js} is generated. Compare the current setup with the configuration and dependency requirements shown in the issue, then verify that the built theme works with the expected output files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, tailwindcss
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100