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
9
Releases
5
Wiki
Activity
1775
Commits
69
Branches
20
Tags
444 MiB
Vue
52.8%
JavaScript
21.4%
TypeScript
21.2%
Shell
2.8%
Python
1%
Other
0.7%
Tree:
7166dadbc0
crowd-funder-for-time-pwa
/
postcss.config.js
6 lines
83 B
Raw
Blame
History
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;