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
7
Releases
5
Wiki
Activity
1525
Commits
81
Branches
19
Tags
458 MiB
Vue
55.7%
JavaScript
25.7%
TypeScript
16.5%
Python
1.2%
Shell
0.7%
Tree:
2660b91995
crowd-funder-for-time-pwa
/
postcss.config.js
6 lines
83 B
Raw
Blame
History
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;