module.exports = { content: [ "./public/index.html", "./src/**/*.{html,vue,js,ts,jsx,tsx}", ], theme: { extend: { }, screens: { "xs": {"min": "0px", "max": "599px"}, "sm": {"min": "600px", "max": "1023px"}, "md": {"min": "1024px", "max": "1439px"}, "lg": {"min": "1440px", "max": "1919px"}, "xl": {"min": "1920px"}, }, }, plugins: [], }