Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
tesseract-design
/
tesseract
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Design system.
77
Commits
1
Branch
61 MiB
Tag:
1a1b0473df
tesseract
/
showcases
/
web-kitchensink-reactnext
/
postcss.config.js
postcss.config.js
82 B
Original
Visão normal
Histórico
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 ano atrás
1
2
3
4
5
6
module
.exports = {
plugins
: {
tailwindcss
: {},
autoprefixer
: {},
},
}