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