mirror of
https://github.com/decompme/decomp.me.git
synced 2026-02-18 04:19:42 -06:00
- Use Next.js 13 app directory for all routes except projects - Add Tailwind (resolves #619) and use it for most components - New footer - Adjust navbar (logotype, buttons moved to right) - Improve the styling of the search box - New /settings/account page - /credits grabs contributors list for this repo from GitHub's API - Resolve #634 - New welcome page header with scrolling platform icons
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
"tailwindcss",
|
|
"autoprefixer",
|
|
"cssnano",
|
|
],
|
|
}
|