Skip to content

Commit e506b1f

Browse files
committed
chore: reword some example text
1 parent 481e880 commit e506b1f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

rfcs/NNNN-postcss-lit-adoption.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ is initially an exact copy of the existing `postcss-lit` package.
4545
Once the sources have been copied across, we can continue publishing the package
4646
under the existing `postcss-lit` name for backwards compatibility.
4747

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
5155

5256
## Implementation Considerations
5357

@@ -86,6 +90,10 @@ CSS:
8690

8791
These could be linked in the Lit website.
8892

93+
In addition to these articles, we should publish some working examples (as
94+
mentioned earlier) in the repo itself. Particularly tailwind, a basic setup,
95+
and possibly an example of using postcss transforms.
96+
8997
## Downsides
9098

9199
N/A

0 commit comments

Comments
 (0)