This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
viewfinder
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Layout scaffolding for Web apps.
design
react
design-system
layout
template
scaffolding
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.
31
Commits
2
Branches
115 MiB
Tree:
e4a544fd0f
master
refactor/nx-goober
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e4a544fd0f'
${ noResults }
viewfinder
/
packages
/
kitchen-sink
/
react-remix
/
postcss.config.js
postcss.config.js
82 B
Raw
Normal View
History
Update kitchen sink Make templates work with both Remix and Next.
1 year ago
1
2
3
4
5
6
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}