/** @type {import('tailwindcss').Config} */ export default { content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'], theme: { extend: { // cursor: { // default: 'url(https://i.stack.imgur.com/UOvLJ.png), default', // pointer: 'url(https://i.stack.imgur.com/UOvLJ.png), pointer', // }, }, }, plugins: [], };