Skip to content

Commit 77c308c

Browse files
committed
Allow configurable style sheet file extensions
1 parent 945543b commit 77c308c

File tree

4 files changed

+1926
-5
lines changed

4 files changed

+1926
-5
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ Remote style sheets can be specified in VS Code settings:
3434
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
3535
]
3636
```
37+
## Style Sheet File Extensions
38+
39+
By default, `css` and `scss` files in the project are parsed. You may configure this in VS Code Settings
40+
41+
Remote style sheets can be specified in VS Code settings:
42+
43+
```
44+
"css.fileExtensions": [ "css", "scss"]
45+
```
3746

3847
## Installation
3948

0 commit comments

Comments
 (0)