Explain a class: show the exact CSS a utility (including variants and arbitrary values) produces.

Usage#

terminal
bash
npx nakshora inspect "md:hover:bg-blue-600/50"

Flags#

FlagMeaning
<class>The class to explain, e.g. md:hover:bg-blue-600/50

What to expect#

Prints the exact CSS (including media queries and selector variants) that the engine will emit for the given class. The fastest way to settle "what does this compile to?" arguments.

Troubleshooting#

  • Unknown class → check spelling; remember variants go before utilities (hover:p-4, not p-4:hover)

See also#

cli/index|CLI hub · configuration/index|Configuration reference