Remove redundant import statement in SCSS (#5864)

* Remove redudant import statement in SCSS

* Fix wrong chmod
This commit is contained in:
cormo 2017-12-02 08:42:20 +09:00 committed by Yamagishi Kazutoshi
parent b15482ce71
commit bdf6d0a684
1 changed files with 0 additions and 2 deletions

View File

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