customer-riverside/tailwind.config.js
2026-05-16 11:45:33 -07:00

11 lines
245 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./web/modules/custom/riverside_pt/templates/**/*.twig',
'./web/modules/custom/riverside_pt/src/**/*.php',
],
theme: {
extend: {},
},
plugins: [],
}