export default { content: [ "./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { extend: { backdropBlur: { xs: '2px', }, boxShadow: { glass: '0 8px 32px 0 rgba(31, 38, 135, 0.37)', }, }, }, plugins: [ require('@tailwindcss/forms'), ], }