Skip to content
This repository was archived by the owner on Apr 3, 2022. It is now read-only.

Commit 8d4bff7

Browse files
committed
Fix invalid bootstrap package
1 parent 5c1be91 commit 8d4bff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"quill": "megawebmaster/quill#dist",
4242
"jquery": "2.1.4",
43-
"boostrap-sass": "3.3.5"
43+
"bootstrap-sass": "3.3.5"
4444
},
4545
"overrides": {
4646
"quill": {

sass/editor.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../bower_components/boostrap-sass/assets/stylesheets/bootstrap/variables';
1+
@import '../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/variables';
22

33
.editor {
44
margin-top: $padding-base-vertical;

0 commit comments

Comments
 (0)