@trackunit/css-tailwind 0.0.162 → 0.0.164
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
|
@@ -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
|
+
}
|
|
@@ -38,12 +38,12 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", { value: true
|
|
|
38
38
|
|
|
39
39
|
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/util/createPlugin.js
|
|
40
40
|
var require_createPlugin = __commonJS({
|
|
41
|
-
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/util/createPlugin.js"(
|
|
41
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/util/createPlugin.js"(exports2) {
|
|
42
42
|
"use strict";
|
|
43
|
-
Object.defineProperty(
|
|
43
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
44
44
|
value: true,
|
|
45
45
|
});
|
|
46
|
-
Object.defineProperty(
|
|
46
|
+
Object.defineProperty(exports2, "default", {
|
|
47
47
|
enumerable: true,
|
|
48
48
|
get: function () {
|
|
49
49
|
return _default;
|
|
@@ -74,12 +74,14 @@ var require_createPlugin = __commonJS({
|
|
|
74
74
|
|
|
75
75
|
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/public/create-plugin.js
|
|
76
76
|
var require_create_plugin = __commonJS({
|
|
77
|
-
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/public/create-plugin.js"(
|
|
77
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/lib/public/create-plugin.js"(
|
|
78
|
+
exports2
|
|
79
|
+
) {
|
|
78
80
|
"use strict";
|
|
79
|
-
Object.defineProperty(
|
|
81
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
80
82
|
value: true,
|
|
81
83
|
});
|
|
82
|
-
Object.defineProperty(
|
|
84
|
+
Object.defineProperty(exports2, "default", {
|
|
83
85
|
enumerable: true,
|
|
84
86
|
get: function () {
|
|
85
87
|
return _default;
|
|
@@ -99,7 +101,7 @@ var require_create_plugin = __commonJS({
|
|
|
99
101
|
|
|
100
102
|
// node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/plugin.js
|
|
101
103
|
var require_plugin = __commonJS({
|
|
102
|
-
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/plugin.js"(
|
|
104
|
+
"node_modules/.store/tailwindcss-npm-3.4.3-deb88ca0a1/node_modules/tailwindcss/plugin.js"(exports2, module2) {
|
|
103
105
|
"use strict";
|
|
104
106
|
var createPlugin = require_create_plugin();
|
|
105
107
|
module2.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default;
|