@trackunit/css-tailwind 0.0.161 → 0.0.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "0.0.161",
3
+ "version": "0.0.163",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -395,3 +395,9 @@ input[type="date"]::-webkit-datetime-edit-day-field:focus {
395
395
  input[type="date"]::-webkit-datetime-edit-year-field:focus {
396
396
  color: rgb(var(--color-primary-600) / var(--tw-bg-opacity));
397
397
  }
398
+ h1,
399
+ h2,
400
+ h3,
401
+ h4 {
402
+ text-wrap: balance;
403
+ }