Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
How can I add 2 html paths in my "tailwind.config.js"? Tailwindcss

This is, how my config file is right now. (see picture)

Is there any chance, to add a second html file on a different path? The actual path is content: ["public/index.html"],. Is it possible to add a html path like: content: ["public/index.html; public/info/contact.html"],?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The content value is an array of strings, so you might try:

content: ['public/index.html', 'public/info/contact.html']

You could also use the glob pattern to include all files under public.

content: ['./public/**/*.html']

More information: https://tailwindcss.com/docs/content-configuration

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!