Skip to content
Snippets Groups Projects
tailwind.config.js 84 B
Newer Older
Tuukka Turu's avatar
Tuukka Turu committed
module.exports = {
  theme: {
    extend: {},
  },
  variants: {},
  plugins: [],
}