@pzh-ui/css 0.0.11

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/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `css`
2
+
3
+ This package contains default styling for projects whitin Provincie Zuid-Holland.
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@pzh-ui/css",
3
+ "version": "0.0.11",
4
+ "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
+ "license": "ISC",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "scripts": {
10
+ "prepare": "npm run-script build-tailwind",
11
+ "build-tailwind": "npx tailwindcss-cli@latest build -i src/tailwind.src.css -c tailwind.config.js -o src/tailwind.css",
12
+ "build": "npm run-script build-tailwind"
13
+ },
14
+ "dependencies": {
15
+ "@rollup/plugin-typescript": "^8.3.1",
16
+ "@tailwindcss/custom-forms": "^0.2.1",
17
+ "@tailwindcss/forms": "^0.5.0",
18
+ "@tailwindcss/line-clamp": "^0.3.1"
19
+ },
20
+ "devDependencies": {
21
+ "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7"
22
+ },
23
+ "gitHead": "561db9c83bb85afcb3be190c4d9b2cd5938b17ce"
24
+ }