@telegraph/postcss-config 0.0.6 → 0.0.7
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/CHANGELOG.md +9 -0
- package/README.md +12 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @telegraph/postcss-config
|
|
2
2
|
|
|
3
|
+
## 0.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#36](https://github.com/knocklabs/telegraph/pull/36) [`06bf439`](https://github.com/knocklabs/telegraph/commit/06bf439773d05154e9cc4a6523382a73330c4060) Thanks [@kylemcd](https://github.com/kylemcd)! - adds documentation via the readme file
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`06bf439`](https://github.com/knocklabs/telegraph/commit/06bf439773d05154e9cc4a6523382a73330c4060)]:
|
|
10
|
+
- @telegraph/tailwind-config@0.0.7
|
|
11
|
+
|
|
3
12
|
## 0.0.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@telegraph/postcss-config)
|
|
4
|
+
|
|
1
5
|
# @telegraph/postcss-config
|
|
6
|
+
> Shared `PostCSS` config for internal use in the telegraph project.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Installation Instructions
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
npm install @telegraph/postcss-config
|
|
13
|
+
```
|
|
2
14
|
|
|
3
|
-
Shared `PostCSS` config for internal use in the telegraph project.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telegraph/postcss-config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"author": "@knocklabs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": "https://github.com/knocklabs/telegraph/tree/main/packages/postcss-config",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"format:check": "prettier \"src/**/*.{js,ts,tsx}\" --check"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@telegraph/tailwind-config": "^0.0.
|
|
21
|
+
"@telegraph/tailwind-config": "^0.0.7",
|
|
22
22
|
"autoprefixer": "^10.4.17",
|
|
23
23
|
"postcss": "^8.4.33",
|
|
24
24
|
"postcss-combine-duplicated-selectors": "^10.0.3",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@knocklabs/eslint-config": "^0.0.3",
|
|
30
30
|
"@knocklabs/typescript-config": "^0.0.2",
|
|
31
|
-
"@telegraph/prettier-config": "^0.0.
|
|
31
|
+
"@telegraph/prettier-config": "^0.0.6",
|
|
32
32
|
"eslint": "^8.56.0",
|
|
33
33
|
"typescript": "^5.3.3"
|
|
34
34
|
}
|