about summary refs log tree commit diff
path: root/users/wpcarro/website/goals/tailwind.config.js
module.exports = {
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
};