This website works better with JavaScript.
Home
Explore
Help
Sign In
kentbull
/
crowd-funder-for-time-pwa
forked from
trent_larson/crowd-funder-for-time-pwa
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1230
Commits
2
Branches
0
Tags
33 MiB
Tree:
2f914dd21e
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
:
{
}
,
}
,
}
;