lynxkite / lynxkite-app /web /postcss.config.js
darabos's picture
Set up Biome for JS linting/formatting.
8fe4e41
raw
history blame
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};