Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
tesseract-design
/
tesseract
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Design system.
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
60
Commit
1
Ramo (Branch)
61 MiB
Albero (Tree):
49d29e6f96
master
Rami (Branch)
Tag
${ item.name }
Crea branch
${ searchTerm }
da '49d29e6f96'
${ noResults }
tesseract
/
packages
/
web-kitchensink-reactnext
/
postcss.config.js
postcss.config.js
82 B
Originale
Vista normale
Cronologia
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 anno fa
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}