File tree 1 file changed +6
-7
lines changed
packages/typescript-transform-lit-css 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,12 @@ In the mean time, enjoy importing your CSS into your component files.
24
24
25
25
## Options
26
26
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 ` |
34
33
35
34
## Usage
36
35
You can’t perform that action at this time.
0 commit comments