purgecss

Remove unused css

Github星跟蹤圖

PurgeCSS

David (path)
David (path)
Dependabot
npm
npm
GitHub

What is PurgeCSS?

When you are building a website, chances are that you are using a css framework like Bootstrap, Materializecss, Foundation, etc... But you will only use a small set of the framework and a lot of unused css styles will be included.

This is where PurgeCSS comes into play. PurgeCSS analyzes your content and your css files. Then it matches the selectors used in your files with the one in your content files. It removes unused selectors from your css, resulting in smaller css files.

Version 1

If you are looking for PurgeCSS 1, the documentation is here

Documentation

You can find the PurgeCSS documentation on this website.

Table of Contents

PurgeCSS

Plugins

Guides

Getting Started

Installation

npm i --save-dev purgecss

Usage

import PurgeCSS from 'purgecss'
const purgeCSSResults = await new Purgecss().purge({
  content: ['**/*.html'],
  css: ['**/*.css']
})

Packages

This repository is a monorepo that we manage using Lerna. That means that we actually publish several packages to npm from the same codebase, including:, Package, Version, Description, ------------------------------------------------------------, -------------------------------------------------------------------------------------------, -------------------------------------------, purgecss, npm, The core of PurgeCSS, postcss-purgecss, npm (scoped), PostCSS plugin for PurgeCSS, purgecss-webpack-plugin, npm, Webpack plugin for PurgeCSS, gulp-purgecss, npm, Gulp plugin for PurgeCSS, grunt-purgecss, npm, Grunt plugin for PurgeCSS, purgecss-from-html, npm, Html extractor for PurgeCSS, purgecss-from-js, npm, Js extractor for PurgeCSS, purgecss-from-pug, npm, Pug extractor for PurgeCSS, purgecss-with-wordpress, npm, Collection of whitelist items for WordPress

主要指標

概覽
名稱與所有者FullHuman/purgecss
主編程語言TypeScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2017-07-01 15:01:43
推送於2025-05-18 00:05:43
最后一次提交
發布數54
最新版本名稱v7.0.2 (發布於 2024-11-21 17:02:17)
第一版名稱v0.2.0 (發布於 )
用户参与
星數7.9k
關注者數54
派生數244
提交數1.5k
已啟用問題?
問題數468
打開的問題數48
拉請求數562
打開的拉請求數14
關閉的拉請求數265
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?