diff options
author | William Carroll <wpcarro@gmail.com> | 2019-11-15T10·04-0300 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-11-15T10·04-0300 |
commit | d0b29c4ccfd92d0f3100a2e44c8ff2856ab10021 (patch) | |
tree | b9361489b77fc2d826f513b8e5e804f32f53d4a9 /tailwind.config.js |
Initial commit
Diffstat (limited to 'tailwind.config.js')
-rw-r--r-- | tailwind.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 000000000000..af829e20f9cb --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,7 @@ +module.exports = { + theme: { + extend: {}, + }, + variants: {}, + plugins: [], +} |