Software Alternatives & Reviews
Developer Tools Development CSS Framework

Purgecss Reviews and details

Purgecss Landing Page
Purgecss Landing Page

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Purgecss and what they use it for.
  • How to speed up your web application
    Webpack minifies JS and CSS files by default when we build them in production mode. But it does not remove useless styles or classes. For this, you can use libraries like https://purgecss.com/ Do not forget to check the dependency, connect only the functionality that you use. - Source: dev.to / 2 months ago
  • Removing unused CSS in a Django template-based project
    When I searched online I couldn't find an "industry standard" solution to this problem. What I ended up doing was using the popular tool PurgeCSS along with a quick Python script to generate the appropriate command. What the PurgeCSS tool does is search for all your HTML files, gather all the CSS classes used, and then "purge" all the unused ones from the CSS file. You just need to declare all the HTML files you... - Source: dev.to / 4 months ago
  • 23 of the best Eleventy Themes (Starters) for 2023
    Skeleventy gives you a rock-solid foundation to build fast and accessible static websites, with clean, understated design. Features include a minimal build pipeline with Laravel Mix, the Sass-powered utility class generator Gorko, Purge CSS, an HTML minifier, SEO-friendly page metadata, image lazy loading, responsive navigation, and an XML sitemap. - Source: dev.to / 5 months ago
  • Reduce unused CSS / JS from a Django App
    You could look into using PurgeCSS and its cli? - Source: Reddit / 5 months ago
  • Workplaces for digital nomads: the frontend
    Unable to get rid of unused styles. Importing components individually and setting styles in SASS can greatly simplify builds, but several common unused styles can't be deleted using PurgeCSS and analogues due to dynamic class names. - Source: dev.to / 7 months ago
  • Does My Website Look Big in This? Six Tips to Lower your Page Weight
    If you’re hand-crafting your CSS, using only the exact classes you need, you’ll still probably find that your CSS file size grows as your site does. But it doesn’t need to grow too much — you can remove unused classes with tools like Purge CSS . - Source: dev.to / 7 months ago
  • Artisanal Web Development
    Joost interprets this approach as deliberately avoiding frameworks that ‘simplify’ code by including predefined classes and functions that are shipped client-side, even if they’re not used. In principle you’d think these frameworks would be helpful, and they certainly can be, on the development side. The trouble is, unless they’re pared back with additional tooling (like PurgeCSS, for example), even well designed... - Source: dev.to / 8 months ago
  • How to improve the PageSpeed score of your Nuxt.js website in 6 steps
    Purge CSS is another great option to keep your stylesheet size low and increase the PageSpeed score. It's especially useful if you're importing some 3rd party stylesheets and would like to use only what's required. The configuration usually takes a bit of tinkering to get right, but it's definitely worth the effort. - Source: dev.to / 11 months ago
  • Web development is not a get rich quick scheme
    Here is an example of a tool that can be configured for pretty much any project, even if it’s plain CSS. https://purgecss.com It could also be included in a build step after transpiling bootstrap. - Source: Reddit / 12 months ago
  • PurgeCSS & styled-components: Does It Work?
    { resolve: `gatsby-plugin-purgecss`, options: { // set this to true for debugging purposes; see what was removed printRejected: false, // ignore the antd styles you want to completely keep ignore: [ 'node_modules/antd/lib/select', 'node_modules/antd/lib/checkbox', ], purgeCSSOptions: { content: [ path.join(process.cwd(), 'src/**/!(*.d).{ts,js,jsx,tsx}'), ... - Source: dev.to / about 1 year ago
  • Bootstrap 5 framework?
    Yeah, what /u/zaibuf didn't mention is that in addition to only including the modules you want, you have to use something like https://purgecss.com/ in your build, which will parse your HTML (or Blade, or Twig) files looking for classes, and remove all the CSS classes that are not used. - Source: Reddit / about 1 year ago
  • Purge unused CSS on a Flask app
    So I have this flask app where I currently use flask-assets to create a few Bundles for my JS and CSS. I use bootstrap, I end up with a lot of unused CSS on my minimised bundle. I have been searching for a while and I don't see a way to use the famous purgecss with flask-assets. I was thinking on maybe switch my bundler to something node.js based like webpack, but almost have no experience with JS. Also,... - Source: Reddit / about 1 year ago
  • PurgeCSS: Remove unused CSS code
    Removing unnecessary code will make your website load faster because the browser will request and parse less code. In this tutorial, we’ll explore PurgeCSS, a tool for removing unused CSS code. With PurgeCSS as a part of our development workflow, we can easily remove unused CSS, resulting in smaller CSS files and improving our application overall. Let's get started! - Source: dev.to / over 1 year ago
  • Vanta.js - Animated website backgrounds in a few lines of code
    I meant including three, similar to https://purgecss.com/ but for js libraries. - Source: Reddit / over 1 year ago
  • I said "we can make everything with css" in class
    Though, you can use another dependency to purge your css. Eg purgecss. - Source: Reddit / over 1 year ago
  • Website optimization for SEO
    Need to optimized a website for SEO. I was looking at purgecss.com (purgecss.com/configuration.html#configuration-file) but that appears to using NPM. - Source: Reddit / over 1 year ago
  • Performance checklist for Vue and Nuxt
    To eliminate unused css use a tool like PurgeCSS. - Source: dev.to / over 1 year ago
  • How to create a Vue.js 2 / Bootstrap 4 project with Vite
    Bootstrap contains a lot of classes, but since we usually use a small set of the framework a lot of unused styles will be included in our CSS file. Let's configure PurgeCSS so that unnecessary styles will be stripped out of the final build. - Source: dev.to / almost 2 years ago
  • Installing Tailwind CSS in Vue3 Project
    Tailwind generates thousands of utility classes and upon building the project, these css files could be surprisingly large which no one would appreciate in the production bundle. Tailwind CSS comes inbuilt with a tool - PurgeCSS. What this does is to scan your files for unused css styles and then 'purge' them. The files to purge are provided in the purge array inside your tailwind.config file. - Source: dev.to / almost 2 years ago
  • Yogurt CSS File Size Control
    Implement the Node module from PurgeCSS, which is the most recommended and effective way to strip down unused CSS classes in Yogurt and vastly reducing the CSS file size. With this, you can configure Yogurt to enable all utilities possible without worrying about the file size. Below is an example setting of PurgeCSS using Gulp in the gulpfile.js file. - Source: dev.to / almost 2 years ago
  • PurgeCSS
    Hi. Does anyone have successfully integrated purgecss.com into Magento 2? What's the impact on the speed? - Source: Reddit / almost 2 years ago

Do you know an article comparing Purgecss to other products?
Suggest a link to a post with product alternatives.

Generic Purgecss discussion

Log in or Post with

This is an informative page about Purgecss. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.