Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Aaronz2697yOmg that's just SAD 😂. Can't you ask them if you could build it from scratch? Cause its probably gonna take lesser tine than dealing with this.
-
@lamka02sk True. I just hate the overuse of !important. Makes everything so much harder
-
@IMDownerzac I guess the only way to fix the shitload of !important is write more !important. Ehm....or CTRL+A and BACKSPACE :D
-
JS96185077yI noticed only now that "!important" seems "not important" and everything stops making sense. 😰
-
D--M22687yI worked on a project with a little bit over 6000 lines of css, exactly like that.
Be thankful not all of your stuff has !important on it 😂 -
Your best option it to start moving the actually applied ones to a new css, and nuke the rest in the end.
:/ -
sinisas3237ySeems like ur client does not have a source code of SCSS, which is likely used to compile this CSS.
I can't believe someone actually wrote this manually. Much more likely it was SCSS compiled with gulp. -
@sinisas it was, but the !important tag makes it impossible to work. I’d be better off just creating my own
-
@jamesharrington I’d rather just start from scratch. It’s not in ANY cms so I have some freedom
-
Baguette4267yAs @sinisas Said, the template has been styled with a css preprocessor and the client have sent you only the CSS file
-
J4s0n13357y
Related Rants
When the client sends you a template they want to use and half of the css file looks like this...
rant
where to begin
css3
huh?
oh boy...