diff --git a/themes/bootstrap3/less/components/icons.less b/themes/bootstrap3/less/components/icons.less index 42a52895aec..fb3e99501a2 100644 --- a/themes/bootstrap3/less/components/icons.less +++ b/themes/bootstrap3/less/components/icons.less @@ -136,4 +136,3 @@ span.icon--font { animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } - diff --git a/themes/bootstrap3/scss/components/icons.scss b/themes/bootstrap3/scss/components/icons.scss index 451cc3ad828..f8120402d57 100644 --- a/themes/bootstrap3/scss/components/icons.scss +++ b/themes/bootstrap3/scss/components/icons.scss @@ -136,4 +136,3 @@ span.icon--font { animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } } -