0

I have been using Clojure, ClojureScript, lein, shadow-cljs, Emacs, and CIDER to work on a Clojure/ClojureScript dynamic web app project.

The CSS part of the project needs serious refactoring and represents a big technical debt right now... There are multiple files (instead of one), specificity hacks (such as !important), and "dead parts" not being really used on production but not yet deleted on the source code...

Hence, I am not sure if the project uses Tailwind CSS or not.

Based on the documentation of Tailwind, I tried "grepping" the following:

Pedros-MacBook-Air:balance pedro$ git grep "tailwindcss"
Pedros-MacBook-Air:balance pedro$ git grep "@tailwind"
Pedros-MacBook-Air:balance pedro$ git grep "tailwind"

All prompts did not return a result.

Can I conclude that Tailwind is not being used? Did I miss something?

eftshift0
  • 26,375
  • 3
  • 36
  • 60
Pedro Delfino
  • 2,421
  • 1
  • 15
  • 30

0 Answers0