mirror of
https://github.com/supabase/supabase.git
synced 2026-06-12 17:27:58 +08:00
* feat(blog): Add React Query post. * feat(examples): Add React Query example. * Apply suggestions from code review Thank you 💚 Co-authored-by: Philipp Steinrötter <[email protected]> * chore: update og image. --------- Co-authored-by: Philipp Steinrötter <[email protected]>
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|