Skip to content
Snippets Groups Projects
Select Git revision
  • 4e3f824862b80a9da3874dcc697091d89968dab6
  • master default protected
  • jw
3 results

manage.py

Blame
  • Forked from Institut π / pi-cms
    Source project has a limited visibility.
    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')
      ],
    }