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 11---
22Status : Active
33Champions : @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
You can’t perform that action at this time.
0 commit comments