nirtamir2 / prettier-plugin-css-order

Prettier plugin to order CSS properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@nirtamir2/prettier-plugin-css-order

This is a prettier plugin that helps you to order your css properties in the order I like.

npm version

Installation

pnpm

pnpm add -D @nirtamir2/prettier-plugin-css-order

add the plugin to .prettierrc.js

module.exports = {
  plugins: [
    require.resolve("@nirtamir2/prettier-plugin-css-order"),
  ],

npm

npm install -D @nirtamir2/prettier-plugin-css-order

Credits

I used prettier-plugin-style-order's and just change the properties order to the order I like.

Related projects

  • known-css-properties
  • stylelint-config-rational-order
  • stylelint-config-recess-order

About

Prettier plugin to order CSS properties


Languages

Language:JavaScript 100.0%