logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: bdf6d0a68464fc7d80c257b4c4705818e4a1a8d5
parent: b15482ce71c69d13a3af77f5063712b64d6310f7
Author: cormo <cormorant2+github@gmail.com>
Date:   Sat,  2 Dec 2017 08:42:20 +0900

Remove redundant import statement in SCSS (#5864)

* Remove redudant import statement in SCSS

* Fix wrong chmod

Diffstat:

Mapp/javascript/styles/mastodon/components.scss2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss @@ -1,5 +1,3 @@ -@import 'variables'; - .app-body { -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;