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
10
Releases
5
Wiki
Activity
1647
Commits
60
Branches
19
Tags
440 MiB
Vue
52.7%
JavaScript
21.6%
TypeScript
21.1%
Shell
2.8%
Python
1%
Other
0.7%
Tree:
29983f11a9
crowd-funder-for-time-pwa
/
postcss.config.js
6 lines
83 B
Raw
Blame
History
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;