This website requires JavaScript.
Explore
Help
Sign In
luciano
/
htmgo
Watch
1
Star
0
Fork
You've already forked htmgo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5dba9d0167
htmgo
/
templates
/
starter
/
tailwind.config.js
6 lines
105 B
JavaScript
Raw
Normal View
History
Unescape
Escape
cleanup, get starter template working
2024-09-23 15:57:59 +00:00
/** @type {import('tailwindcss').Config} */
module
.
exports
=
{
add dockerfile on starter template
2024-09-24 20:03:29 +00:00
content
:
[
"**/*.go"
]
,
cleanup, get starter template working
2024-09-23 15:57:59 +00:00
plugins
:
[
]
,
}
;
Reference in a new issue
Copy permalink