Skip to content

Commit 56024e5

Browse files
committed
some cr updates - more to come
1 parent 30a80c5 commit 56024e5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

rfcs/NNNN-postcss-lit-adoption.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
Status: Active
33
Champions: @43081j
4-
PR:
4+
PR: #17
55
---
66

77
# Official postcss/tailwind support
@@ -39,15 +39,15 @@ any breaking changes elsewhere in the monorepo.
3939

4040
## Detailed Design
4141

42-
We should be able to migrate the repository to `packages/postcss-lit`, similar
43-
to what we will eventually do with `eslint-plugin-lit`.
42+
A new `packages/postcss-lit` directory can be created in the monorepo which
43+
is initially an exact copy of the existing `postcss-lit` package.
4444

45-
Alternatively, both could live in the `labs/` project although that may not
46-
make sense since they are both stable projects.
45+
Once the sources have been copied across, we can continue publishing the package
46+
under the existing `postcss-lit` name for backwards compatibility.
4747

48-
It is likely we want to maintain the same `postcss-lit` name just to avoid
49-
breaking existing setups and to remain consistent with postcss' other custom
50-
syntaxes.
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).
5151

5252
## Implementation Considerations
5353

0 commit comments

Comments
 (0)