prettier-plugin-css-order

2.1.2 • Public • Published

CSS Order Prettier Plugin

npm

A Prettier plugin to sort CSS, SCSS or Less declarations based on their property names.
Using css-declaration-sorter under the hood.

Usage

Following the Prettier plugin guidelines, this package depends on Prettier as a peer dependency:
npm install postcss prettier-plugin-css-order --save-dev

To enable the plugin use the Prettier API, CLI or configuration file. For example using the JS configuration:

{
  plugins: ["prettier-plugin-css-order"]
}

Configuration

This plugin adds two configurable keys to Prettier:

  • cssDeclarationSorterOrder defaults to concentric-css.
  • cssDeclarationSorterKeepOverrides defaults to true, for a new codebase false is recommended.
  • cssDeclarationSorterCustomOrder, an array of property names, their order is used to sort with. This overrides the cssDeclarationSorterOrder option!

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i prettier-plugin-css-order

    Weekly Downloads

    19,160

    Version

    2.1.2

    License

    ISC

    Unpacked Size

    5.58 kB

    Total Files

    4

    Last publish

    Collaborators

    • siilwyn