UNPKG
gooten-gatsby-example
Version:
beta (1.0.0)
latest (1.0.0)
1.0.0
Gatsby page demonstrating using Gooten source plugin (npm gatsby-source-gooten)
gooten-gatsby-example
/
tailwind.config.js
8 lines
(7 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// See https://tailwindcss.com/docs/configuration for details module.exports = { theme: {}, variants: {}, // https://github.com/tailwindcss/custom-forms plugins: [
require
(
"@tailwindcss/custom-forms"
)] };