Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glromeo authored Feb 22, 2024
1 parent a161615 commit 192f8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following are the options specific to the plugin with their defaults whether
| Option | Type | Default |
|--------------|--------------------------------------------------------------------------------------------------------|------------------------------------------|
| filter | regular expression (in Go syntax) | <code>/\.(s[ac]ss&vert;css)$/</code> |
| type | `"css"`<br/>`"style"`<br/>`"lit-css"`<br/>`"css-text"` <br/> `(css: string, nonce?: string) => string` | `"css"` |
| type | `"css"`<br/>`"style"`<br/>`"lit-css"`<br/>`"css-text"` <br/> `(css:string,nonce?:string)=>string` | `"css"` |
| cache | boolean or Map | `true` (there is one Map per namespace) |
| transform | function | |
| loadPaths | [string[]](https://sass-lang.com/documentation/js-api/interfaces/Options#loadPaths) | [] |
Expand Down

0 comments on commit 192f8ea

Please sign in to comment.