mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
|
module.exports = () => ({
|
||
|
plugins: [require("tailwindcss")],
|
||
|
})
|