Skip to content

Commit

Permalink
file nesting for compiled css files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Nov 19, 2022
1 parent c440866 commit 34491c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"explorer.fileNesting.patterns": {
"*.rb": "${basename}.rb, ${basename}.html.erb, ${basename}.ts, ${basename}.pcss"
"*.rb": "${basename}.rb, ${basename}.html.erb, ${basename}.ts, ${basename}.pcss, ${basename}.css*"
}
}

0 comments on commit 34491c6

Please sign in to comment.