antfu / vscode-file-nesting-config

Config of File Nesting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

可以增加一下 css-modules 的支持

baranwang opened this issue · comments

commented
{
    "*.css": "*css.d.ts",
    "*.less": "*less.d.ts",
    "*.scss": "*scss.d.ts",
    "*.sass": "*sass.d.ts"
}