Questions tagged [chrome-dev-tool]

2 questions
0
votes
0 answers

How can I see the percentage of memory occupied by images in chrome devtools?

I am analyzing memory usage of each resource on my wesite. Please Let me know How can I see the percentage of memory occupied by images in chrome devtools
happenask
  • 1,062
  • 3
  • 14
  • 21
0
votes
1 answer

Some tailwind classes don't work in chrome inspect

I'm trying to develop the front end of my project using tailwindcss through the Chrome Inspect Tool. But the issue I'm facing is that some classes don't really apply in chrome inspect. I understand that there might be a compilation issue as these…