- Đã giải quyết
- Đã lưu trữ
Changing CSS Property With Stylus Addon
After removing elements from a website with another add-on, I'm left with a considerable white gap at the top. I can manually change (pointless) the margin-top property … (xem thêm)
After removing elements from a website with another add-on, I'm left with a considerable white gap at the top.
I can manually change (pointless) the margin-top property to -100px, but how do I do this with the Stylus add-on?
Stylus doesn't like negative values:
margin-top -100px
10:20 Expected "{" but found "-100px".
Is there a lighter/simpler alternative to Stylus?