Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit 01ac5ca

Browse files
committed
docs(readme): add settings suggestion
1 parent 92e72b9 commit 01ac5ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ Adds the following Modular-CSS specific rule and attribute syntax highlighting o
2424

2525
## Known Issues
2626
Currently this extension only supports syntax highlighting. So errors may be thrown if you are using somesort of linter.
27+
A suggested work-around is to add the following settings to your workspace:
28+
```json
29+
{
30+
"css.lint.validProperties": [
31+
"composes"
32+
],
33+
"css.lint.unknownAtRules": "ignore",
34+
"scss.lint.validProperties": [
35+
"composes"
36+
],
37+
"scss.lint.unknownAtRules": "ignore"
38+
}
39+
```
2740

2841
---
2942
[CHANGELOG](/CHANGELOG.md) | [LICENSE](/LICENSE)

0 commit comments

Comments
 (0)