This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
iceform
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Use forms with or without client-side JavaScript--no code duplication required!
8
Commits
1
Branch
661 KiB
Tree:
0dfe9aa6bb
iceform
/
packages
/
iceform-next-sandbox
/
postcss.config.js
postcss.config.js
82 B
Raw
Normal View
History
Initial commit Add files from pridepack and create-next-app.
1 year ago
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}