How to Find unused CSS in the website (2024)

CSS

In this post, I’m telling you to Find unused CSS using a Chrome dev tool with easy steps.

How to Find unused CSS in the website (3)

What is Unused CSS?

The simple answer is that we delay that class in a CSS file, But never use it on an HTML File.

Example

Bootstrap frameworks come with dozens of CSS styles you probably don’t need in your Project.

Why should you remove unused CSS?

Your unused CSS increase the CSS file size. But conversely, the unused CSS file size decreases your web performance or Speed.

Secondly, Clean and orderly stylesheets are easier to delete and rewrite.

How to Find unused CSS?

Find Unused CSS in Chrome with Two Way

  1. Manually
  2. Run Command

Manually

  • Open Chrome DevTools
  • Click Three Dots On the Right Side
  • Click on the “More Tool” Find Coverage Tab option
  • Click On Reload Button
  • Select a CSS file from the Coverage tab, which will open the file up in the Sources tab.
  • Red Color CSS is Unused, and blue Color CSS is used in HTML files.
How to Find unused CSS in the website (4)

Run Command

  • Open Chrome DevTools.
  • Open the command menu with: cmd + shift + p
  • Type in “Coverage” and click on the “Show Coverage” option
  • Click On Reload Button.
  • Select a CSS file from the Coverage tab, which will open the file up in the Sources tab.
  • Red Color CSS is Unused, and blue Color CSS is used in HTML files.
How to Find unused CSS in the website (5)

How to Remove unused CSS?

Many Tools Find you online, Like UnusedCSS, PurgeCSS, and UnCSS.
But My personal opinion never is used on small projects.
Use on Large projects; take a backup of your Project, then use it.

Note

Never use Bootstrap. This all Npm tools UnusedCSS, PurgeCSS, and UnCSS. Make sure to Customize your Bootstrap, download it Locally and use it.

How to download the unused css coverage report?

First, select the CSS tab and then click the download icon button. Your unused css coverage report starts downloading; now you can share it with your friend, team and colleagues.

How to Find unused CSS in the website (6)

Read Bootstrap Customization Here

Read More on Medium

Reference

Conclusion

I hope you understand How to find unused CSS.

If there are any queries, mistakes, and Suggestions. Please, tell me in the comment box after we update our article.

Contact me

How to Find unused CSS in the website (2024)

FAQs

How to Find unused CSS in the website? ›

Chrome and Edge have a useful Coverage tool that can help identify which parts of code are unused. To detect unused code on page load: Open the Coverage tool by using the Command Menu: type Ctrl+Shift+P (or cmd+Shift+P on mac), then type Coverage and press Enter .

How do you see what CSS is not being used? ›

The Coverage tab of Chrome DevTools can help you discover critical and uncritical CSS. See View used and unused CSS with the Coverage tab.

How do I find the CSS used on a page? ›

Usage. F12 open the Developer Tools, select the dom and active the "CSS Used" panel. The used CSS rules of the Selected dom and its descendants will be listed.

How do I find the CSS file on a website? ›

Simply right-click on the webpage, select "Inspect" or "Inspect Element," navigate to the "Sources" or "Network" tab, and look for the CSS files under the "Stylesheets" section.

Should I remove unused CSS? ›

Even if you use just one type of button on a page, it'll load all button styles. That's unused CSS. Reducing or removing unused CSS will improve your page speed performance and SEO.

How do you check if a CSS property exists? ›

Approach 1: Use css() method to check an element contains certain CSS styles or not. Example: This example uses css() method to check an element contains certain CSS style or not.

How do I see CSS in Chrome? ›

Click on the three vertical dots located on the top-right of Chrome dev tools. Select "More Tools" from the drop-down menu. You'll discover a variety of options when you click "More Tools." From the various options, select the CSS overview feature.

How to extract HTML and CSS from a website? ›

To extract HTML, CSS, and JS content from an existing website, you can use various software tools known as website scrapers or web crawlers. These tools allow you to download the website's source code, including the HTML markup, CSS stylesheets, and JavaScript files.

How do I optimize unused CSS? ›

The Remove Unused CSS feature removes all CSS and stylesheets that are not used while keeping only the used CSS for each page. Remove Unused CSS is the recommended method of optimizing your CSS. If you have trouble with this option, check the status page, and/or try Load CSS Asynchronously instead.

How to find CSS using text? ›

Using CSS selector Contains Pseudo-Class

WebElement cell = driver. findElement(By. cssSelector("td:contains('Item 1')")); The contains() pseudo-class accepts the text to be searched as a parameter.

How to show CSS in HTML? ›

CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements. Internal - by using a <style> element in the <head> section.

Top Articles
Latest Posts
Article information

Author: Zonia Mosciski DO

Last Updated:

Views: 5459

Rating: 4 / 5 (71 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Zonia Mosciski DO

Birthday: 1996-05-16

Address: Suite 228 919 Deana Ford, Lake Meridithberg, NE 60017-4257

Phone: +2613987384138

Job: Chief Retail Officer

Hobby: Tai chi, Dowsing, Poi, Letterboxing, Watching movies, Video gaming, Singing

Introduction: My name is Zonia Mosciski DO, I am a enchanting, joyous, lovely, successful, hilarious, tender, outstanding person who loves writing and wants to share my knowledge and understanding with you.