customer-riverside/tailwind.config.js

16 lines
299 B
JavaScript
Raw Normal View History

2026-05-16 10:45:33 -08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./web/modules/custom/riverside_pt/templates/**/*.twig',
'./web/modules/custom/riverside_pt/src/**/*.php',
],
theme: {
2026-05-24 18:23:05 -08:00
extend: {
screens: {
'md': '920px',
},
},
2026-05-16 10:45:33 -08:00
},
plugins: [],
}