about summary refs log tree commit diff
path: root/users/wpcarro/website/sandbox/contentful/tailwind.config.js
blob: 3da6fa0dc7b761ecf89cc8604e628cf2b0ae296d (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
};