diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:58:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:58:32 +0800 |
commit | bf8f849c36bfc42cfd0ef1a66f2adf01dc8e1be7 (patch) | |
tree | 040b96e510ff7ca5325e8c07fca52200b91582de | |
parent | 7948d8e0154c8b2f27eedcd2cbdc88f3eaf0684a (diff) | |
parent | 096ecf2d13232a934674d6be8628eb86f57d7d13 (diff) | |
download | timeline-bf8f849c36bfc42cfd0ef1a66f2adf01dc8e1be7.tar.gz timeline-bf8f849c36bfc42cfd0ef1a66f2adf01dc8e1be7.tar.bz2 timeline-bf8f849c36bfc42cfd0ef1a66f2adf01dc8e1be7.zip |
Merge pull request #260 from crupest/migrate
refactor: Remove ~ in sass, which is deprecated.
-rw-r--r-- | FrontEnd/src/app/index.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/app/index.sass b/FrontEnd/src/app/index.sass index 137cc7ff..3bd1385e 100644 --- a/FrontEnd/src/app/index.sass +++ b/FrontEnd/src/app/index.sass @@ -1,5 +1,5 @@ -@import '~bootstrap/scss/bootstrap'
-@import '~bootstrap-icons/font/bootstrap-icons.css'
+@import 'bootstrap/scss/bootstrap'
+@import 'bootstrap-icons/font/bootstrap-icons.css'
@import './views/common/common'
@import './views/common/alert/alert'
|