PrettyCSS icon indicating copy to clipboard operation
PrettyCSS copied to clipboard

CSS beautifier, lint checker, validator

Results 24 PrettyCSS issues
Sort by recently updated
recently updated
newest added

This problem is most prevalent when embedding SVG files as data:URIs. Sometimes a newline slips through without an escape. The following will hang PrettyCSS: ``` .svg-icon { background-image: url("data:image/svg+xml,\ %3Csvg...

I'd like my @media blocks to have a newline after the brace, so I've set `atblock_pre` to `{\n ` in the config file (pasted below), but when I run it,...

`Warning: word-spacing is not a known property` https://developer.mozilla.org/en/docs/Web/CSS/word-spacing `Warning: pointer-events is not a known property` https://developer.mozilla.org/en/docs/Web/CSS/pointer-events There's more I found, wondering if there's a reason for these being picked up?

I'm working on a large code base, rather than `--ignore` with each value, is it possible to `--ignore all` then enable one? Or preferably, could it be controlled via a...

Instead of using `prettycss input.css 2> errors.txt`, it would be nice to have an option to redirect those messages to another file. `prettycss input.css --errors=errors.txt` or similar. This issue is...

Hello, I noticed that `radial-gradient` and the associated vendor properties are not recognized, though `linear-gradient` et. al. are. Seems like an oversight? Thanks for the great library! Mat

There's no other tool that does Sass besides the Ruby implementation.

This would cover the code added in issue #30

The current state of the code has about three different token-ish implementations. This should be consolidated down to one. The tokenizer is also really slow on lengthy CSS strings and...

Examples: - First list background properties, then box model properties, etc - Alphabetical - Sort based on a list that's configurable Problems: How would this work with Sass/Less? Move all...