This website works better with JavaScript.
Explore
Help
Sign In
elal
/
wych.dev
mirror of
https://github.com/almqv/wych.dev
Watch
1
Star
0
Fork
You've already forked wych.dev
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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.
6
Commits
2
Branches
0
Tags
639 KiB
Tag:
Branch:
Tree:
40e52a23e5
dependabot/npm_and_yarn/next-14.2.10
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '40e52a23e5'
${ noResults }
wych.dev
/
postcss.config.js
7 lines
83 B
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
8 months ago
module
.
exports
=
{
plugins
:
{
tailwindcss
:
{
}
,
autoprefixer
:
{
}
,
}
,
}
;