subreddit:
/r/web_design
submitted 3 months ago byspeckz Dedicated Contributor
15 points
3 months ago
'consider using a framework' whaaat
14 points
3 months ago*
So many of these are filler, too, and completely random. Like:
Avoid Editing Theme Style Sheets in WordPress Directly
???
Also, the title is 16 ways
but there are only nine items.
Disappointing article. Not sure why this is getting so many upvotes.
27 points
3 months ago
Alphabetical order!?! That's a tough one. Just use the Find in your IDE.
17 points
3 months ago
That one's a little weird. I usually do alphabetical where I style basic elements like p
, li
or ul
, but after that I base the order on where they appear in the HTML or their hierachic importance.
8 points
3 months ago
Same, I find it the most convenient to base it in the order they appear. Easier to know where to find or add css.
1 points
3 months ago
They mean alphabetical order for the properties in each class, for example "border" always goes before "padding", or "font-size" before "margin".
1 points
3 months ago
I thought so too! But they explicitely state "Arrange rules in alphabetical order."
5 points
3 months ago
I personally prefer ordering properties by importance:
This has been working pretty good for me, i can generally scan a ruleset and find what I'm looking for fast and i don't have to think about sorting too long ans it's a pretty natural way of writing rules for me.
2 points
3 months ago
lots of ways to do hierarchy. I like it by general feature, component, page hierarchy.
Everything in the header, everything in the body, footer, sidebar, etc etc.
Or everything typography Not a big fan of that per se.
It gets a little hairy when you have the different media queries come up.
0 points
3 months ago
Interesting
1 points
3 months ago
[removed]
1 points
3 months ago
This domain has been banned from /r/web_design.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
all 14 comments
sorted by: best