How about using Sass (or some other CSS preprocessor)? #1085
Closed
encarbassotnopot
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
You can use css variables for this, no need for sass |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I don't really see the point in this, sounds like a niche fix. OldTwitter supports custom CSS in settings, so you can just use that for your case |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm on a rather small screen and I wanted to make the center column larger via custom CSS.
I got more or less what I wanted via
zoom: 1.1. Then I had to manually recenter the layout (easy), but I wondered if I would be able to modify widths by hand, so everything would fit nicely in place.This was hard because of hardcoded values, and peeking at the source code, I saw those came from there.
So, this is where my question comes in: Would it be worth it to switch to Sass (or some other preprocessor) to avoid hardcoded values in multiple files? If so, I could try taking a stab at it, but I wanted to ask before doing any work that might not be useful.
Beta Was this translation helpful? Give feedback.
All reactions