Skip to content
Snippets Groups Projects
Select Git revision
  • 783059be747d21b4549e8d6cd6b50494b902e282
  • test default
  • master protected
3 results

models.py

Blame
  • tailwind.config.js 235 B
    /** @type {import('tailwindcss').Config} */
    module.exports = {
      content: [
        './public/**/*.html',
        './src/**/*.{vue,js,ts,jsx,tsx}'
      ],
      theme: {
        extend: {},
      },
      plugins: [
        require('@tailwindcss/typography')
      ],
    }