Sha256: 8b84014406c1db7f708ae69e19fc9a158c2c0bbbc0e22f77f9dea6a15fe11b2b
Contents?: true
Size: 355 Bytes
Versions: 29
Compression:
Stored size: 355 Bytes
Contents
// tailwind.config.js const colors = require('tailwindcss/colors') module.exports = { // ... theme: { extend: { colors: { 'warm-gray': colors.warmGray, sky: colors.sky, cyan: colors.cyan, }, }, }, plugins: [ // ... require('@tailwindcss/forms'), ], }
Version data entries
29 entries across 29 versions & 1 rubygems