@pzh-ui/css 0.0.22 → 0.0.23
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 +4 -4
- package/src/tailwind.src.css +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
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": "3e6a9fcdea55c2db338b536dd8ddf06237767d23",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|
package/src/tailwind.css
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
@import '~react-datepicker/dist/react-datepicker.css';
|
|
2
2
|
|
|
3
|
+
.svg-inline--fa {
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
}
|
|
6
|
+
|
|
3
7
|
/*
|
|
4
8
|
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
|
|
5
9
|
*/
|
|
@@ -1418,10 +1422,6 @@ h6,
|
|
|
1418
1422
|
font-weight: 700;
|
|
1419
1423
|
}
|
|
1420
1424
|
|
|
1421
|
-
.svg-inline--fa {
|
|
1422
|
-
font-size: 14px;
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
1425
|
/*
|
|
1426
1426
|
* Form elements
|
|
1427
1427
|
*/
|
package/src/tailwind.src.css
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
@import '~react-datepicker/dist/react-datepicker.css';
|
|
2
2
|
|
|
3
|
+
.svg-inline--fa {
|
|
4
|
+
font-size: 14px;
|
|
5
|
+
}
|
|
6
|
+
|
|
3
7
|
@import 'tailwindcss/base';
|
|
4
8
|
@import 'tailwindcss/components';
|
|
5
9
|
@import 'tailwindcss/utilities';
|
|
@@ -49,10 +53,6 @@ h6,
|
|
|
49
53
|
font-weight: 700;
|
|
50
54
|
}
|
|
51
55
|
|
|
52
|
-
.svg-inline--fa {
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
56
|
/*
|
|
57
57
|
* Form elements
|
|
58
58
|
*/
|