customer-riverside/tailwind.config.js
Philip Peterson 63ce2ba2ef wip
2026-05-24 19:23:05 -07:00

15 lines
299 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: {
screens: {
'md': '920px',
},
},
},
plugins: [],
}