このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
TheoryOfNekomata
/
iceform
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Use forms with or without client-side JavaScript--no code duplication required!
8
コミット
1
ブランチ
661 KiB
ツリー:
0dfe9aa6bb
iceform
/
packages
/
iceform-next-sandbox
/
postcss.config.js
postcss.config.js
82 B
Raw
通常表示
履歴
Initial commit Add files from pridepack and create-next-app.
1年前
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}