File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,13 @@ is initially an exact copy of the existing `postcss-lit` package.
45
45
Once the sources have been copied across, we can continue publishing the package
46
46
under the existing ` postcss-lit ` name for backwards compatibility.
47
47
48
- After the move has been made, it may also make sense to migrate some of the CI
49
- workflows to be more closely aligned to those of the other monorepo packages
50
- (e.g. same node versions, etc).
48
+ After the move has been made, we should also do the following:
49
+
50
+ - Migrate the CI workflow to be better aligned with other pipelines in the
51
+ monorepo
52
+ - Add a new ` examples/ ` directory with full examples of how and when to use
53
+ ` postcss-lit `
54
+ - In particular, we should include a tailwind example, and a basic example
51
55
52
56
## Implementation Considerations
53
57
You can’t perform that action at this time.
0 commit comments