Wähle deine Sprache

Startseite arrow-right ... arrow-right Entwicklungs-Tools arrow-right DropCSS

Wir haben eine Liste von 5 kostenlosen und kostenpflichtigen Alternativen zu DropCSS zusammengestellt. Zu den Hauptkonkurrenten gehören Helium CSS, Purgecss. Neben diesen vergleichen Benutzer auch DropCSS mit UnCSS, PurifyCSS, uCSS. Außerdem können Sie hier auch andere ähnliche Optionen ansehen: Entwicklungs-Tools.


Helium CSS
Free Open Source

JavaScript-Tool zum Scannen Ihrer Website und Anzeigen von nicht verwendetem CSS

UnCSS
Free Open Source

Entfernen Sie nicht verwendete Stile aus CSS

Unbenutztes CSS entfernen. Funktioniert auch mit einseitigen Apps.

uCSS
Free Open Source

Finden Sie unbenutztes und doppeltes CSS

A simple, thorough and fast unused-CSS cleaner

DropCSS Überblick

DropCSS is an unused CSS cleaner; it takes your HTML and CSS as input and returns only the used CSS as output. The core is simply some minimal glue between these awesome low-level tools:

• Fast HTML Parser
• CSSTree
• css-select

The entire logic for DropCSS is this ~60 line file.

It is recommended to also run your CSS through an optimizer like clean-css to group selectors, merge and remove redundant rules, purge unused keyframes, etc. Whether this is done before or after DropCSS is up to you, but since clean-css also minifies, it probably makes sense to run DropCSS first to avoid bouncing [and re-parsing] the output back and forth (optimize & minify -> drop) vs (optimize -> drop -> minify), though this will likely depend on your actual input; profiling is your friend.

A bit more on this project's backstory & discussions in /r/javascript and on Hacker News.

Top DropCSS Alternativen

Teilen Sie Ihre Meinung zur Software, hinterlassen Sie eine Bewertung und helfen Sie dabei, sie noch besser zu machen!

DropCSS Kategorien

Entwicklungs-Tools

DropCSS Tags

unused-css css-development css3 css development

Änderungen vorschlagen

Ihr Feedback

Wähle eine Bewertung
Bitte wählen Sie eine Bewertung aus

Your vote has been counted.

Do you have experience using this software?