Skip to content

Commit

Permalink
docs: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Oct 28, 2023
1 parent ac7f745 commit a928c49
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions packages/typescript-transform-lit-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ In the mean time, enjoy importing your CSS into your component files.

## Options

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

## Usage

Expand Down

0 comments on commit a928c49

Please sign in to comment.