100phlecs
100phlecs
When one uses the standalone cli with custom classes–depending on your release strategy, if you only pull in `:prod` dependencies before generating your tailwind classes, the standalone cli will throw...
https://tailwindcss.com/docs/hover-focus-and-other-states#ordering-stacked-modifiers even though `prose-*` variants have a default sort value that pushes them toward back, they actually need to be the last variant on a variant stack to apply correctly....
We can explore using a rust NIF to load in the classes on `mix format`, eliminating the generation step as well as the js loader script If the above works,...
[Extracted from the forum](https://elixirforum.com/t/tailwindformatter-opinionated-tailwind-class-sorter-for-heex-templates/50410/8?u=100phlecs)