module.exports = { content: [ "./index.html", "./src/**/*.{vue,js}", ], theme: { extend: { width: { '414': '26rem', '606': '38rem', '750': '47rem', '990': '62rem', } }, }, plugins: [], }