This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
tesseract
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Design system.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
1
Branch
61 MiB
Tree:
50bb3b62e7
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '50bb3b62e7'
${ noResults }
tesseract
/
packages
/
web-kitchensink-reactnext
/
postcss.config.js
postcss.config.js
82 B
Raw
Normal View
History
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 year ago
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}