File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
Status : Active
3
3
Champions : @43081j
4
- PR :
4
+ PR : # 17
5
5
---
6
6
7
7
# Official postcss/tailwind support
@@ -39,15 +39,15 @@ any breaking changes elsewhere in the monorepo.
39
39
40
40
## Detailed Design
41
41
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 .
44
44
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 .
47
47
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) .
51
51
52
52
## Implementation Considerations
53
53
You can’t perform that action at this time.
0 commit comments