Sha256: c8e18cb6cc6a1cfd689bca5e76f99ee5fa73f88b6a4c5b434ed3f16cf21abef5

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

import defaultTheme from 'tailwindcss/defaultTheme';
import forms from '@tailwindcss/forms';

/** @type {import('tailwindcss').Config} */
export default {
  content: [
    './public/*.html',
    './app/helpers/**/*.rb',
    './app/views/**/*',
    './app/javascript/**/*.tsx',
  ],

  theme: {
    extend: {
      fontFamily: {
        sans: ['Figtree', ...defaultTheme.fontFamily.sans],
      },
    },
  },

  plugins: [forms],
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kaze-0.2.0 stubs/inertia-react-ts/config/tailwind.config.js
kaze-0.1.0 stubs/inertia-react-ts/config/tailwind.config.js