Skip to content

Commit

Permalink
Add css, less, html to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Cohee1207 committed Jun 24, 2024
1 parent cf9a538 commit 508b685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{js, conf, json}]
[*.{js, conf, json, css, less, html}]
charset = utf-8
indent_style = space
indent_size = 4
Expand Down
2 changes: 1 addition & 1 deletion public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ body .panelControlBar {
}

.font-family-reset {
font-family: var(--mainFontFamily);
font-family: var(--mainFontFamily);
font-size: var(--mainFontSize);
font-weight: 400;
}
Expand Down

0 comments on commit 508b685

Please sign in to comment.