AES-Verschlüsselung erklärt: Wie sie funktioniert und warum sie wichtig ist
Jun 23, 2026
This formatter sorts Tailwind CSS utility classes according to the official convention used by prettier-plugin-tailwindcss. The ordering follows a logical structure based on the CSS box model:
container, relative, absolute, z-10, block, flex, gridflex-1, items-center, gap-4, col-span-2m-4, p-2, space-x-4w-full, h-10, max-w-4xltext-sm, font-bold, leading-6bg-white, rounded-lg, bordershadow-md, opacity-50, blur-smtransition, animate-spincursor-pointer, fill-currentVariants are ordered as: no variant → pseudo-class (hover:, focus:) → dark mode (dark:) → responsive breakpoints (sm:, md:, lg:).
class="" attributes, or just a space-separated list of classes.It follows the same ordering as prettier-plugin-tailwindcss, which is based on Tailwind CSS's internal plugin registration order. Layout classes come first, followed by flexbox/grid, spacing, sizing, typography, backgrounds, borders, effects, transitions, and interactivity.
Yes. It parses all class="..." attributes in your HTML and sorts each one independently, handling multiple elements, nested tags, and various attribute quoting styles.
Absolutely. If your input doesn't contain HTML tags, the tool treats it as a plain space-separated list of classes and sorts them directly.
No. Everything runs entirely in your browser. Your code never leaves your device. This tool is 100% client-side.
Blog
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026
Jun 23, 2026