@pzh-ui/css 0.0.25 → 0.0.26
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 +1 -10
- package/src/tailwind.src.css +1 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
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": "810ab772ef16e8195e7e5811c283efb7d3adf8f6",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1418,16 +1418,7 @@ h6,
|
|
|
1418
1418
|
font-weight: 700;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
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) {
|
|
1421
|
+
.svg-inline--fa:not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
1431
1422
|
font-size: 14px;
|
|
1432
1423
|
}
|
|
1433
1424
|
|
package/src/tailwind.src.css
CHANGED
|
@@ -49,16 +49,7 @@ h6,
|
|
|
49
49
|
font-weight: 700;
|
|
50
50
|
}
|
|
51
51
|
|
|
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) {
|
|
52
|
+
.svg-inline--fa:not(.text-xs):not(.text-sm):not(.text-base):not(.text-lg):not(.text-2xl):not(.text-3xl):not(.text-4xl):not(.text-5xl):not(.text-6xl) {
|
|
62
53
|
font-size: 14px;
|
|
63
54
|
}
|
|
64
55
|
|