Skip to content
Snippets Groups Projects
tailwind.config.js 150 B
Newer Older
/** @type {import('tailwindcss').Config} */
export default {
  content: ['./src/**/*.{html,js,vue}'],
  theme: {
    extend: {}
  },
  plugins: []
};