wrt to attached screenshot, please clarify below
Why is Instagram using funny class names ?
Isn’t it good practice to use “meaningful” class names ?
Is Instagram using plain CSS or some framework like tailwind / bootstrap etc ? How to find out that ?
ILM
April 21, 2021, 10:03am
2
Instagram is using React, which has its own way of giving classes to elements
When the HTML/CSS code is created through a framework it often doesn’t make sense to humans
1 Like
ok, so is there a way to find out which type of CSS is used to style React components here ?
ILM
April 21, 2021, 10:29am
4
the elements
tab shows the css rules and where they come from, the computed
tab shows everything that is applied to that element
Can you please share screenshot, I didn’t get you ?
ILM
April 21, 2021, 12:09pm
6
it’s in your screenshot, the second column is the css selectors that select the element and their rules, the third is the Computed tab, where it shows the actual css rules that affect the selected element
Thanks! It was informative
I got confused as in your earlier answer you mentioned elements
tab instead of element
Thanks for help
system
Closed
October 21, 2021, 10:52pm
9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.