purgecss

Remove unused css selectors

purgecss downloads purgecss version purgecss license

purgecss유사 패키지:
npm 다운로드 트렌드
3 년
🌟 purgecss의 README.md에 실시간 사용 차트를 표시하려면 아래 코드를 복사하세요.
## Usage Trend
[![Usage Trend of purgecss](https://npm-compare.com/img/npm-trend/THREE_YEARS/purgecss.png)](https://npm-compare.com/purgecss#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 purgecss의 README.md에 GitHub Stars 트렌드 차트를 표시하려면 아래 코드를 복사하세요.
## GitHub Stars Trend
[![GitHub Stars Trend of purgecss](https://npm-compare.com/img/github-trend/purgecss.png)](https://npm-compare.com/purgecss)
통계 세부사항
패키지
다운로드
Stars
크기
Issues
발행일
라이선스
purgecss741,7167,979135 kB601年前MIT
purgecss의 README

PurgeCSS

npm npm GitHub Dependabot Coverage Status

PurgeCSS logo

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.

Sponsors 🥰

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"],
});

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

PurgeCSS use SemVer for versioning.

License

This project is licensed under the MIT License - see the LICENSE file for details.