Jump to content

paultorniado

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by paultorniado

  1. Trying to add tailwind css in shopify but I am stuck on this configuration error. Anyone can help me fix this? warn - No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration. tailwind.config.js /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js}"], theme: { extend: {}, }, plugins: [], }
×
×
  • Create New...