mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 05:09:44 -06:00
* Add local docs prettier rc * prettier config * Add logo + proper color setup * rm svg ratio * py version * Add fonts + fix nextra theming tasks, borders, codeblocks * push pnpm-lock * remove nextra.css * fix: docs cmd * favicon --------- Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
8 lines
107 B
JavaScript
8 lines
107 B
JavaScript
export default {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|