Skip to content

Commit 0567140

Browse files
Add shields/badges to README, bump version
1 parent 614465a commit 0567140

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<h1>JS Tool for Tailwind CSS</h1>
22

3-
<!--
4-
5-
[![minified size](https://img.shields_.io/bundlephobia/min/jstool-for-tailwindcss)](https://bundlephobia.com/package/jstool-for-tailwindcss)
6-
[![license](https://img.shields_.io/github/license/brandonmcconnell/jstool-for-tailwindcss?label=license)](https://github.com/brandonmcconnell/jstool-for-tailwindcss/blob/main/LICENSE.txt)
7-
[![version](https://img.shields_.io/npm/v/jstool-for-tailwindcss)](https://www.npmjs.com/package/jstool-for-tailwindcss)
8-
[![twitter](https://img.shields_.io/twitter/follow/branmcconnell)](https://twitter.com/branmcconnell)
9-
10-
-->
3+
[![minified size](https://img.shields.io/bundlephobia/min/jstool-for-tailwindcss)](https://bundlephobia.com/package/jstool-for-tailwindcss)
4+
[![license](https://img.shields.io/github/license/brandonmcconnell/jstool-for-tailwindcss?label=license)](https://github.com/brandonmcconnell/jstool-for-tailwindcss/blob/main/LICENSE.txt)
5+
[![version](https://img.shields.io/npm/v/jstool-for-tailwindcss)](https://www.npmjs.com/package/jstool-for-tailwindcss)
6+
[![twitter](https://img.shields.io/twitter/follow/branmcconnell)](https://twitter.com/branmcconnell)
117

128
`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.
139

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.1",
3+
"version": "0.0.2",
44
"description": "JS script injection utility for Tailwind CSS",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)