customer-riverside/tailwind.config.js
Philip Peterson 4232cded55
All checks were successful
Build and push image / build (push) Successful in 20m26s
wip
2026-05-25 00:32:23 -07:00

16 lines
362 B
JavaScript

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