docs/postcss.config.mjs
blu3 d7a31db8f5
Bump dependencies and fix typos (#181)
* Update bun.lock

* Bump eslint

* Bye ESLint 9

* Update gitignore

* Fix typos

* Fix

* Update CI

* My bad folks

* Fix ESLint warning, pin ESLint, update lockfile

* Update license

* Delete LICENSE.txt

---------

Co-authored-by: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com>
2025-04-30 07:28:08 -06:00

7 lines
No EOL
93 B
JavaScript

const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;