このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
tesseract-design
/
tesseract
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
Design system.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
60
コミット
1
ブランチ
61 MiB
ツリー:
49d29e6f96
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'49d29e6f96' から
${ noResults }
tesseract
/
packages
/
web-kitchensink-reactnext
/
postcss.config.js
postcss.config.js
82 B
Raw
通常表示
履歴
Refactor on kitchen sink, prototype blob category Make the kitchen sink more adaptable to new categories. The blob category, which is for accepting binary input, has been designated.
1年前
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}