This website works better with JavaScript.
Home
Explore
Help
Register
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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
681
Commits
2
Branches
0
Tags
33 MiB
Tree:
50fdd95c60
kb/add-usage-guide
master
0.1.8
0.2.1
0.2.11
0.2.17
0.2.2
0.2.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '50fdd95c60'
${ noResults }
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
:
{
}
,
}
,
}
;