@pzh-ui/css 0.0.24 → 0.0.25
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 +2 -2
- package/src/tailwind.css +10 -1
- package/src/tailwind.src.css +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
20
20
|
"react-datepicker": "^4.7.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "c9b9652b8580063463e158c30ddea2281f205148",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1418,7 +1418,16 @@ h6,
|
|
|
1418
1418
|
font-weight: 700;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
-
.svg-inline--fa
|
|
1421
|
+
.svg-inline--fa
|
|
1422
|
+
:not(.text-xs)
|
|
1423
|
+
:not(.text-sm)
|
|
1424
|
+
:not(.text-base)
|
|
1425
|
+
:not(.text-lg)
|
|
1426
|
+
:not(.text-2xl)
|
|
1427
|
+
:not(.text-3xl)
|
|
1428
|
+
:not(.text-4xl)
|
|
1429
|
+
:not(.text-5xl)
|
|
1430
|
+
:not(.text-6xl) {
|
|
1422
1431
|
font-size: 14px;
|
|
1423
1432
|
}
|
|
1424
1433
|
|
package/src/tailwind.src.css
CHANGED
|
@@ -49,7 +49,16 @@ h6,
|
|
|
49
49
|
font-weight: 700;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
.svg-inline--fa
|
|
52
|
+
.svg-inline--fa
|
|
53
|
+
:not(.text-xs)
|
|
54
|
+
:not(.text-sm)
|
|
55
|
+
:not(.text-base)
|
|
56
|
+
:not(.text-lg)
|
|
57
|
+
:not(.text-2xl)
|
|
58
|
+
:not(.text-3xl)
|
|
59
|
+
:not(.text-4xl)
|
|
60
|
+
:not(.text-5xl)
|
|
61
|
+
:not(.text-6xl) {
|
|
53
62
|
font-size: 14px;
|
|
54
63
|
}
|
|
55
64
|
|