This website works better with JavaScript.
Home
Explore
Help
Sign In
trent_larson
/
crowd-funder-for-time-pwa
Watch
4
Star
1
Fork
2
Code
Pull Requests
8
Releases
5
Wiki
Activity
1589
Commits
64
Branches
19
Tags
442 MiB
Vue
52.6%
JavaScript
21.6%
TypeScript
21.2%
Shell
2.8%
Python
1%
Other
0.7%
Tree:
660f2170de
crowd-funder-for-time-pwa
/
postcss.config.js
6 lines
83 B
Raw
Blame
History
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;