We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbdc424 commit ca09a11Copy full SHA for ca09a11
.changeset/violet-bikes-sing.md
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Change Log
2
3
+### 3.0.1 — 2022-01-17
4
+
5
+#### 🐛 Fixed
6
7
+- Remove unit from `--font-size-px` custom property [#128](https://github.com/stormwarning/tailwindcss-capsize/pull/128)
8
9
+ Thanks [@essejmclean](https://github.com/essejmclean)!
10
+ Fixes issue with `calc()` functions not working correctly.
11
12
## 3.0.0 — 2022-01-11
13
14
#### 💣 Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss-capsize",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "TailwindCSS leading-trim utility classes.",
"keywords": [
"tailwindcss",
0 commit comments