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