Skip to content

Commit

Permalink
Bump version and update info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyelowo committed Jan 17, 2025
1 parent e3930b8 commit 2dcf2f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ compile-time.

## Overview

`twust` is a Rust procedural macro that provides compile-time validation for
TailwindCSS class names. Leveraging the power of Rust's macro system, `twust`
ensures that you only use valid TailwindCSS class names, preventing runtime
errors and promoting a more robust development experience.
`twust` is a zero-config static type-checker for tailwindcss classes.
Catch your CSS errors instantly, not in production.

## Installation

Add `twust` to your `Cargo.toml`:

```toml
[dependencies]
twust = "1.0.4"
twust = "1.0.6"
```

## Usage
Expand Down

0 comments on commit 2dcf2f5

Please sign in to comment.