Sha256: b7427eaffa7d69c0b960036588e2cff5143e0fe923dc72a1f82de39860c9ab4f
Contents?: true
Size: 343 Bytes
Versions: 29
Compression:
Stored size: 343 Bytes
Contents
// tailwind.config.js const colors = require('tailwindcss/colors') module.exports = { // ... theme: { extend: { colors: { 'blue-gray': colors.blueGray, }, }, }, plugins: [ // ... require('@tailwindcss/forms'), require('@tailwindcss/aspect-ratio'), ], }
Version data entries
29 entries across 29 versions & 1 rubygems