module.exports = { purge: [ // './**/*.html', // './**/*.js', ], darkMode: false, // or 'media' or 'class' theme: { extend: { maxHeight: { '65vh': '65vh', '20vh': '20vh', }, screens: { 'landscape': { 'raw': '(max-height: 600px) and (min-width: 600px)' }, }, }, }, variants: { extend: { ringColor: ['hover'], } }, plugins: [], }