Skip to content

Commit

Permalink
docs: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 12, 2024
1 parent 798fb34 commit c4d91b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">🌷 Malva</h1>

<p align="center">
Malva is a configurable, smart and fast CSS/SCSS/Sass/Less formatter.
Malva is a configurable, smart and fast CSS, SCSS, Sass and Less formatter.
</p>
<p align="center">
<img alt="GitHub Downloads (specific asset, latest release)" src="https://img.shields.io/github/downloads/g-plane/malva/latest/plugin.wasm?style=flat-square">
Expand Down Expand Up @@ -93,7 +93,7 @@ Malva is not opinionated and is configurable,
and we accept different code styles then switch them with configuration.
But before proposing a code style change, it's better to open a new issue or discussion.

### My CSS code is in HTML/Vue/Svelte files. How can I format them?
### My CSS code is in HTML, Vue, Svelte and Astro files. How can I format them?

If you're using dprint, you can use [markup_fmt](https://github.com/g-plane/markup_fmt)
which provides a dprint plugin, then you can use these two plugins together.
Expand Down
2 changes: 1 addition & 1 deletion malva/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "malva"
version = "0.8.0"
edition = "2021"
authors = ["Pig Fang <[email protected]>"]
description = "Configurable, smart and fast CSS/SCSS/Sass/Less formatter."
description = "Configurable, smart and fast CSS, SCSS, Sass and Less formatter."
repository = "https://github.com/g-plane/malva"
license = "MIT"
exclude = ["/tests"]
Expand Down
2 changes: 1 addition & 1 deletion malva/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Malva is a configurable, smart and fast CSS/SCSS/Sass/Less formatter.
Malva is a configurable, smart and fast CSS, SCSS, Sass and Less formatter.

## Basic Usage

Expand Down

0 comments on commit c4d91b5

Please sign in to comment.