Thanks to visit codestin.com
Credit goes to dprint.dev

Malva Plugin

Adapter plugin that formats CSS, SCSS, Sass (indented syntax), and Less files via Malva.

Install and Setup

In your project's directory with a dprint.json file, run:

dprint config add g-plane/malva

This will update your config file to have an entry for the plugin. Then optionally specify a "malva" property to add configuration:

{
  "malva": {
    // malva config goes here
  },
  "plugins": [
    "https://plugins.dprint.dev/g-plane/malva-vx.x.x.wasm"
  ]
}

Configuration

See Configuration or read full documentation site with code examples.

Playground

See Playground