This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
jsnbuchanan
/
crowd-funder-for-time-pwa
forked from
trent_larson/crowd-funder-for-time-pwa
Watch
1
Star
0
Fork
1
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
timesafari
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.
212
Commits
57
Branches
0
Tags
29 MiB
Tree:
639f630436
adjust-note
button-visual-enhancement
bvc-shortcut
claim-view-improvements
cleanup-and-qr-code
contact-amounts-ui-improvements
design-tweaks-2023-12
experimental_plugin
feat/vitejs
fix-contact-totals
friend-tech-inspired-pwa-dialog
gifted-camera-improvements
home-infinite
home-view-notification-improvements
identity-switcher
increment-derived
jdenticon-entity-photos
many-misc
master
misc2
miscellany
more-smalls
move-id-switch
new-web-push
no-accounts-in-memory
notification-request-permission-dialog
notiwind-alert
openssl
photo-ratio
photo-upload
plan-loc
polish-ui-project-view
project-gives
project-map-link
projects-view-improvements
qr-reader
qr-reader-rebased
quicknav-component
remove-old-alerts
search-bbox
searching
seed-backup-view-improvements
service-worker-final
similarify-search
simple-signer
starred-projects
sw-cleanup
tmp
try-cypress
tweaks
ui-fix
update-api-server
vite-version
web-push-permissions
why-migrate-fail
world-fix
yml-fixes
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 '639f630436'
${ 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
:
{
}
,
}
,
}
;