Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Oct 17, 2020
1 parent 650cbf3 commit d04065c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ tw`text-sm md:text-lg`

## Features

**🎨 Style with all classes and variants available in [Tailwind v1.8.8](https://github.com/tailwindcss/tailwindcss/releases)**
**🎨 Style with all classes and variants available in [Tailwind v1.9.4](https://github.com/tailwindcss/tailwindcss/releases)**

**🐹 Adds no size to your build** - Twin converts classes you’ve used into css objects using Babel and then compiles away, leaving no runtime code

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twin.macro",
"version": "1.10.0",
"version": "1.11.0",
"description": "Use Tailwind classes within css-in-js libraries",
"main": "macro.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"dset": "^2.0.1",
"lodash.merge": "^4.6.2",
"string-similarity": "^4.0.1",
"tailwindcss": "^1.9.1",
"tailwindcss": "^1.9.4",
"timsort": "^0.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit d04065c

Please sign in to comment.