Sha256: 5e875f6c0416c080f1370811f7fd98494667f0739dfa7f9e8dd00f8c14cc5338
Contents?: true
Size: 301 Bytes
Versions: 21
Compression:
Stored size: 301 Bytes
Contents
/** @type {import('tailwindcss').Config} */ const { cocoPath } = require("./utils.js"); module.exports = { presets: [require("./tailwind.preset.js")], content: [ cocoPath("@components/**/*.{erb,rb,js}", true), cocoPath("@assets/**/*.{erb,rb}", true), ], blocklist: ["container"], };
Version data entries
21 entries across 21 versions & 1 rubygems