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
5
Releases
5
Wiki
Activity
1113
Commits
72
Branches
19
Tags
343 MiB
Tree:
06d9052386
crowd-funder-for-time-pwa
/
postcss.config.js
7 lines
83 B
Raw
Normal View
History
Adding Tailwind and start application views
2 years ago
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;