Skip to content

Commit ba6a462

Browse files
committed
docs(class-variance): docs tweaks
1 parent 62c931e commit ba6a462

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/3-packages/03-class-variance.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ description: "The Class Variance package can be used standalone or with Tempest
44
---
55
## Introduction
66

7-
Class variance — a PHP package for building component class strings with variants, compound variants, slot support, and conflict-aware merging. Heavily inspired by [CVA](https://cva.style) and [Tailwind-Variants](https://www.tailwind-variants.org/), but with the ability to extend and support other frameworks also.
7+
Class variance — a PHP package for building component CSS class strings with variants, compound variants, slot support, and conflict-aware merging. Heavily inspired by [CVA](https://cva.style) and [Tailwind-Variants](https://www.tailwind-variants.org/), but with the ability to extend and support other frameworks also.
88

99
Two flavours:
1010

1111
- **`cv()`** — separator-based merging, framework-agnostic CSS, somewhat limited by default but can be extended to support other frameworks.
1212
- **`tv()`** — builds on `cv()` with Tailwind-aware merging, aiming to provide the same outcomes as [tailwind-merge](https://github.com/dcastil/tailwind-merge).
1313

14-
---
15-
1614
## Installation
1715

1816
### With Tempest

0 commit comments

Comments
 (0)