Sha256: ce8a830e4cfd6e26e3646b1dee189dd651cc4804d1b7329423f0642fc87caab9
Contents?: true
Size: 330 Bytes
Versions: 29
Compression:
Stored size: 330 Bytes
Contents
// tailwind.config.js const colors = require('tailwindcss/colors') module.exports = { // ... theme: { extend: { colors: { rose: colors.rose, }, }, }, plugins: [ // ... require('@tailwindcss/forms'), require('@tailwindcss/typography'), ], }
Version data entries
29 entries across 29 versions & 1 rubygems