awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesAttribute Class Sorting

Automated ordering of utility classes found within non-standard attributes or framework-specific props.

Distinct from Prop Sorting: Distinct from prop sorting; focuses on the sequence of classes within the prop value, not the order of the props themselves.

Explore 2 awesome GitHub repositories matching user interface & experience · Attribute Class Sorting. Refine with filters or upvote what's useful.

Awesome Attribute Class Sorting GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tailwindlabs/prettier-plugin-tailwindcssAvatar tailwindlabs

    tailwindlabs/prettier-plugin-tailwindcss

    7,010Vezi pe GitHub↗

    This project is a Prettier plugin and Tailwind CSS class sorter that automatically organizes utility classes into a consistent and recommended order. It functions as a frontend styling formatter and CSS utility organizer, removing duplicate classes and sorting style attributes across HTML and JavaScript files. The tool ensures consistent markup formatting by ordering utility classes within HTML attributes, template literals, JavaScript expressions, and custom framework props. It integrates with Tailwind CSS configuration files and stylesheets to synchronize sorting behavior with custom theme

    Reorders utility classes found within non-standard attributes or framework props.

    TypeScript
    Vezi pe GitHub↗7,010
  • shufo/vscode-blade-formatterAvatar shufo

    shufo/vscode-blade-formatter

    5,196Vezi pe GitHub↗

    Acesta este un formator de cod pentru fișierele template Blade care standardizează indentarea și spațierea în editorul VS Code. Funcționează ca un formator de template-uri și sortator de atribute HTML care curăță sintaxa și layout-ul pe baza unor reguli de stil personalizate sau predefinite. Instrumentul se diferențiază prin organizarea automată a atributelor HTML și sortarea claselor utilitare Tailwind CSS într-o ordine predictibilă. Utilizează un sistem configurabil prin JSON pentru a încărca reguli specifice proiectului și liste de excludere, permițând echipelor să sincronizeze stilurile de cod și să prevină conflictele în controlul versiunilor. Capabilitățile extinse includ gestionarea domeniului de formatare prin liste globale de ignorare sau comentarii inline, validarea fișierelor de configurare conform unei scheme formale și personalizarea regulilor de indentare și spațiere. Proiectul se integrează cu editorul folosind Language Server Protocol.

    Reorganizes HTML attributes based on alphabetical or custom regular expression patterns.

    TypeScriptformatterlaravelvscode
    Vezi pe GitHub↗5,196
  1. Home
  2. User Interface & Experience
  3. Component Props Management
  4. Prop Transformations
  5. Prop Sorting
  6. Attribute Class Sorting

Explorează sub-etichetele

  • HTML Attribute SortingAutomated reorganization of HTML attributes based on custom patterns or alphabetical order. **Distinct from Attribute Class Sorting:** Distinct from Attribute Class Sorting: sorts the attributes themselves (e.g., id, class, src), not the utility classes inside a single attribute.