diff options
author | crupest <crupest@outlook.com> | 2020-06-16 16:22:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-16 16:22:42 +0800 |
commit | b38beb5a731d5e897103aa1d8b9056a1f4b04a64 (patch) | |
tree | f1686f6a195aee7cb44984479b6ad65041268a38 /Timeline/ClientApp/.editorconfig | |
parent | 8171cca7bc650f460b821e61b854943dda625661 (diff) | |
download | timeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.tar.gz timeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.tar.bz2 timeline-b38beb5a731d5e897103aa1d8b9056a1f4b04a64.zip |
feat(front): Use bootstrap icons.
Diffstat (limited to 'Timeline/ClientApp/.editorconfig')
-rw-r--r-- | Timeline/ClientApp/.editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/.editorconfig b/Timeline/ClientApp/.editorconfig index fc0b1223..54d8316a 100644 --- a/Timeline/ClientApp/.editorconfig +++ b/Timeline/ClientApp/.editorconfig @@ -9,5 +9,5 @@ tab_width = 2 [*.css]
tab_width = 2
-[*.scss]
+[*.sass]
tab_width = 2
|