このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
viewfinder
ウォッチ
1
スター
0
フォーク
0
コード
課題
2
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Layout scaffolding for Web apps.
design
react
design-system
layout
template
scaffolding
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
31
コミット
2
ブランチ
115 MiB
ツリー:
e4a544fd0f
master
refactor/nx-goober
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'e4a544fd0f' から
${ noResults }
viewfinder
/
packages
/
kitchen-sink
/
react-remix
/
postcss.config.js
postcss.config.js
82 B
Raw
通常表示
履歴
Update kitchen sink Make templates work with both Remix and Next.
1年前
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}