Skip to content

Commit

Permalink
Adding nuget badget to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-scott-78 committed Apr 10, 2022
1 parent 87d0220 commit be3efd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# MonorailCSS

[![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/MonorailCss)](https://www.nuget.org/packages/MonorailCss/)

MonorailCSS is a utility-first CSS library inspired heavily by Tailwind.

Give a design system and a list of CSS classes it will produce a CSS file.
Given a design system and a list of CSS classes it will produce a CSS file.

```csharp
var framework = new CssFramework(MonorailCss.DesignSystem.Default);
Expand Down

0 comments on commit be3efd0

Please sign in to comment.