Browse Source

Remove redundant import statement in SCSS (#5864)

* Remove redudant import statement in SCSS

* Fix wrong chmod
pull/4/head
cormo 6 years ago
committed by Yamagishi Kazutoshi
parent
commit
bdf6d0a684
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/javascript/styles/mastodon/components.scss

+ 0
- 2
app/javascript/styles/mastodon/components.scss View File

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

Loading…
Cancel
Save