File size: 190 Bytes
e8d6409
 
 
 
b4fa09a
 
 
e8d6409
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
/** @type {import('tailwindcss').Config} */
module.exports = {
	content: ['./src/**/*.{html,js,svelte,ts}'],
	theme: {
		screens: {
			desktop: '816px'
		},
		extend: {}
	},
	plugins: []
};