ideatic/css-optimizer

Optimize, minify and add vendor prefixes for your CSS

Installs: 3 128

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/ideatic/css-optimizer

v1.3 2025-05-06 22:44 UTC

This package is not auto-updated.

Last update: 2025-10-08 00:49:40 UTC


README

Optimize, minify and add vendor prefixes for your CSS

Usage

See the examples to try and learn how to use it

css_cleaner

css_cleaner is a tool included with css_optmizer whose objective is remove unused CSS selectors.

The difference between this and other unused selectors removal tools is that css_cleaner analizes ALL project files (templates, source code, javascript, etc.), extracting all names found on them, and removing from the CSS the names not found. It's like using a bazooka to kill a fly, but it really works :D