stylelint-order is a Stylelint plugin that enforces a specific order for CSS properties, declarations, and rulesets within your stylesheets. Improve code consistency and maintainability by defining a standardized style order. This plugin supports flexible ordering rules via configuration, allowing you to customize the order to match your project's specific style guide and conventions. Use predefined configs or create your own, ensuring a uniform and predictable code style across your CSS.