Sha256: c444adf41102c717a28ef41ee0dcbf80468b622f15e7eed8e441a099671fd37b

Contents?: true

Size: 361 Bytes

Versions: 29

Compression:

Stored size: 361 Bytes

Contents

  // tailwind.config.js
  const colors = require('tailwindcss/colors')
  
  module.exports = {
    // ...
    theme: {
      extend: {
        colors: {
          teal: colors.teal,
          cyan: colors.cyan,
        },
      },
    },
    plugins: [
      // ...
      require('@tailwindcss/forms'),
      require('@tailwindcss/aspect-ratio'),
    ],
  }
  

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
tailwind_dsl-0.0.12 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.11 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.10 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.9 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.8 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.7 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.6 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.5 .components/tui/marketing/page/landing/02.tailwind.config.js
tailwind_dsl-0.0.4 .components/tui/marketing/page/landing/02.tailwind.config.js