mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-11 12:17:22 +03:00
6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
module.exports = {
|
||
|
theme: {},
|
||
|
variants: [],
|
||
|
plugins: [require("@tailwindcss/forms")],
|
||
|
};
|