Skip to content

Commit c38e710

Browse files
Center README heading
1 parent 1f072c4 commit c38e710

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
<h1>JS Tool for Tailwind CSS</h1>
1+
<h1 align="center">JS Tool for Tailwind CSS</h1>
2+
3+
<div align="center">
24

35
[![minified size](https://img.shields.io/bundlephobia/min/jstool-for-tailwindcss)](https://bundlephobia.com/package/jstool-for-tailwindcss)
46
[![license](https://img.shields.io/github/license/brandonmcconnell/jstool-for-tailwindcss?label=license)](https://github.com/brandonmcconnell/jstool-for-tailwindcss/blob/main/LICENSE.txt)
57
[![version](https://img.shields.io/npm/v/jstool-for-tailwindcss)](https://www.npmjs.com/package/jstool-for-tailwindcss)
68
[![twitter](https://img.shields.io/twitter/follow/branmcconnell)](https://twitter.com/branmcconnell)
79

10+
</div>
11+
812
`jstool-for-tailwindcss` is a plugin for Tailwind CSS that introduces the `js` directive, a utility that allows you to evaluate JavaScript expressions within your utility classes. This provides a flexible, dynamic approach to defining your styles.
913

1014
- [Installation](#installation)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jstool-for-tailwindcss",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "JS script injection utility for Tailwind CSS",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)