CSS-Prepare icon indicating copy to clipboard operation
CSS-Prepare copied to clipboard

Preprocessor for CSS, including verification, calculation and minification

Results 4 CSS-Prepare issues
Sort by recently updated
recently updated
newest added

Turns out that ->plugins() does a directory scan on each call

Because of the order of the background_repeat_value regex, "repeat-x" and "repeat-y" were considered invalid when used in background shorthand.

`do_import_rules` calls `parse` on @imported stylesheets, which strips comments (including `/*! verbatim */` comments). The resulting statements are added to the importing stylesheet and parsed again, so anything invalid in...

If the client closes their connection to the dev server's socket while the server is still processing files, the dev server will exit with a code of 141. It should...