From 192f8ea4a04a03aa0b44eaa83b4d283f8ebd3375 Mon Sep 17 00:00:00 2001 From: Gianluca Romeo Date: Thu, 22 Feb 2024 23:28:52 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 766f8bf..895834f 100644 --- a/README.md +++ b/README.md @@ -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) | /\.(s[ac]ss|css)$/ | -| type | `"css"`
`"style"`
`"lit-css"`
`"css-text"`
`(css: string, nonce?: string) => string` | `"css"` | +| type | `"css"`
`"style"`
`"lit-css"`
`"css-text"`
`(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) | [] |