Wipe README.md
[wortel.git] / tailwind.config.js
blob33648f3ebcac34c29e6c9328f58f9069f588e6b6
1 module.exports = {
2 content: ['./src/**/*.{js,jsx,ts,tsx}'],
3 darkMode: 'class',
4 theme: {
5 extend: {
6 screens: {
7 short: { raw: '(max-height: 650px)' },
8 xshort: { raw: '(max-height: 560px)' },
9 xxshort: { raw: '(max-height: 490px)' },
13 plugins: [require('@tailwindcss/forms')],