Remove redundant import statement in SCSS (#5864)

* Remove redudant import statement in SCSS

* Fix wrong chmod
master
cormo 7 years ago committed by Yamagishi Kazutoshi
parent b15482ce71
commit bdf6d0a684
  1. 2
      app/javascript/styles/mastodon/components.scss

@ -1,5 +1,3 @@
@import 'variables';
.app-body {
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;

Loading…
Cancel
Save