diffuse-the-rest / tailwind.config.cjs
mishig's picture
mishig HF staff
Better padding
b4fa09a
raw history blame
No virus
190 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
screens: {
desktop: '816px'
},
extend: {}
},
plugins: []
};