Skip to content

Commit 9d5933f

Browse files
committed
added glob support
1 parent 25445cc commit 9d5933f

File tree

6 files changed

+168
-416
lines changed

6 files changed

+168
-416
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
All notable changes to the extension will be documented in this file.
44

5-
## [1.14.0] - 2023-12-
5+
## [1.14.0] - 2023-12-28
66

7-
- Initial support for lit css
7+
- Added glob support for local files.
8+
- Initial support for lit css.
89
- Match on patterns with a colon in addition to equals.
9-
- Ported to rollup.
10+
- Ported to rollup & fast-glob.
1011
- Updated dependencies.
1112

1213
## [1.13.1] - 2022-07-31

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ If it is not possible to specify local or remote styles in HTML or via template
149149

150150
All relative paths will be evaluated relative to the file being edited. `${fileBasenameNoExtension}` will be replaced with the file name of the file being edited without extension.
151151

152+
Absolute paths can include glob patterns:
153+
154+
```json
155+
{
156+
"css.styleSheets": ["/dist/*.css"]
157+
}
158+
```
159+
160+
Note that absolute paths are still relative to the workspace folder.
161+
152162
## Supported Languages
153163

154164
Supported languages can be configured with the `css.enabledLanguages` setting. By default `html` is enabled:

0 commit comments

Comments
 (0)