|
1 | 1 | # Termwind |
2 | 2 |
|
| 3 | +[](https://github.com/codiume/termwind/actions/workflows/go.yml) |
| 4 | +[](https://goreportcard.com/report/github.com/codiume/termwind) |
| 5 | +[](https://pkg.go.dev/github.com/codiume/termwind) |
| 6 | +[](https://opensource.org/licenses/MIT) |
| 7 | + |
3 | 8 | Style CLI applications with Tailwind-like syntax in Go. |
4 | 9 |
|
5 | 10 | ## Installation |
@@ -75,16 +80,16 @@ Supported color palettes: |
75 | 80 |
|
76 | 81 | ### Typography |
77 | 82 |
|
78 | | -| Class | Description | |
79 | | -| -------------- | ------------------------ | |
80 | | -| `font-bold` | Bold text | |
81 | | -| `font-italic` | Italic text | |
82 | | -| `underline` | Underlined text | |
83 | | -| `line-through` | Strike-through text | |
84 | | -| `uppercase` | Transform to uppercase | |
85 | | -| `lowercase` | Transform to lowercase | |
86 | | -| `capitalize` | Capitalize words | |
87 | | -| `snakecase` | Transform to snake_case | |
| 83 | +| Class | Description | |
| 84 | +| -------------- | ----------------------- | |
| 85 | +| `font-bold` | Bold text | |
| 86 | +| `font-italic` | Italic text | |
| 87 | +| `underline` | Underlined text | |
| 88 | +| `line-through` | Strike-through text | |
| 89 | +| `uppercase` | Transform to uppercase | |
| 90 | +| `lowercase` | Transform to lowercase | |
| 91 | +| `capitalize` | Capitalize words | |
| 92 | +| `snakecase` | Transform to snake_case | |
88 | 93 |
|
89 | 94 | ### Layout |
90 | 95 |
|
|
0 commit comments