Skip to content

Commit 481e880

Browse files
committed
chore: pr feedback
1 parent 56024e5 commit 481e880

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

rfcs/NNNN-postcss-lit-adoption.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@ PR: #17
66

77
# Official postcss/tailwind support
88

9-
As part of unifying the standard tools around lit, it would make sense to move
9+
As part of unifying the standard tools around Lit, it would make sense to move
1010
the [postcss-lit](https://github.com/43081j/postcss-lit) project into the
11-
lit monorepo as an official solution to inline CSS transforms (e.g. tailwind).
11+
Lit monorepo as an official solution to inline CSS transforms (e.g. tailwind).
1212

1313
## Objective
1414

1515
A strategy for how we will move the project into the monorepo.
1616

1717
### Goals
18-
- Moving the postcss-lit project into the lit monorepo
18+
- Moving the postcss-lit project into the Lit monorepo
1919
- Potentially documenting the project in an appropriate place (or a blog post)
2020

2121
### Non-Goals
2222
- Transfer of responsibility (it is expected I will continue being the primary
23-
maintainer to avoid extra burden on the lit team)
23+
maintainer to avoid extra burden on the Lit team)
2424

2525
## Motivation
2626

2727
The project already functions well and has high usage, but could benefit hugely
2828
in terms of discovery and support by being in the monorepo.
2929

30-
- **Discovery:** we are regularly asked by users how to integrate lit with
30+
- **Discovery:** we are regularly asked by users how to integrate Lit with
3131
tailwind and other such CSS solutions. Having an officially supported and
3232
maintained integration will make this clearer
3333
- **Support:** we are more likely to receive community contributions through
3434
issues and pull requests
3535

3636
It will also become much easier to keep the integration in sync with the
37-
most current version of lit, as we are likely to update it in line with
37+
most current version of Lit, as we are likely to update it in line with
3838
any breaking changes elsewhere in the monorepo.
3939

4040
## Detailed Design
@@ -78,16 +78,13 @@ N/A
7878

7979
### Documentation Plan
8080

81-
We should create blog posts explaining the two ways users can transform
81+
We should create articles explaining the two ways users can transform
8282
CSS:
8383

8484
- Inline CSS via postcss-lit
8585
- External CSS via rollup plugins (using CSS imports)
8686

87-
These could be linked in the lit website.
88-
89-
Alternatively, we could document both solutions in the lit website entirely
90-
rather than blog posts.
87+
These could be linked in the Lit website.
9188

9289
## Downsides
9390

0 commit comments

Comments
 (0)