Skip to content

Commit a928c49

Browse files
committed
docs: fix README
1 parent ac7f745 commit a928c49

File tree

1 file changed

+6
-7
lines changed
  • packages/typescript-transform-lit-css

1 file changed

+6
-7
lines changed

packages/typescript-transform-lit-css/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ In the mean time, enjoy importing your CSS into your component files.
2424

2525
## Options
2626

27-
| Name | Accepts | Default |
28-
| ----------- | -------------------------------------------------------------------------------------- | ----------- |
29-
| `filter` | RegExp of file names to apply to | `/\.css$/i` |
30-
| `uglify` | Boolean or Object of [uglifycss](https://www.npmjs.com/package/uglifycss#api) options. | `false` |
31-
| `specifier` | Package to import `css` from | `lit` |
32-
| `tag` | Name of the template-tag function | `css` |
33-
| `transform` | Optional function (sync or async) which transforms css sources (e.g. postcss) | `x => x` |
27+
| Name | Accepts | Default |
28+
| ----------- | ------------------------------------------------------------------ | ------- |
29+
| `uglify` | Boolean, whether to minify css. | `false` |
30+
| `inline` | Boolean, whether to inline css imports into the typescript source. | `false` |
31+
| `specifier` | Package to import `css` from | `lit` |
32+
| `tag` | Name of the template-tag function | `css` |
3433

3534
## Usage
3635

0 commit comments

Comments
 (0)