Matt Basta

Results 29 issues of Matt Basta

http://cssnano.co/optimisations/orderedValues/

https://drafts.csswg.org/selectors-4/#attribute-case

enhancement
CSS4

If two rulesets are being combined and there is one or more rulesets in between the two may not be combined fully if the rulesets in between have specificity greater...

bug

https://github.com/mattbasta/crass/blob/master/test/optimizations.js#L270 Consider: ``` css .foo { color: red !important; } p { color: blue !important; } .foo { font-weight: bold; } ``` In this case, the first and third rulesets...

bug

Currently, only unique building types result in unique interior areas for a given region. This should be a building-by-building feature rather than a type-by-type feature.

enhancement
design-issue

See this screenshot: ![screen shot 2014-04-13 at 12 54 34 pm](https://cloud.githubusercontent.com/assets/279498/2690423/7c2bac86-c345-11e3-8cd5-e66e095ab6fc.png) Notice how the regular expressions are seemingly never matched, perhaps because they're inside an array? The quotes inside what...

https://github.com/jsocol/jingo-minify/blob/master/jingo_minify/management/commands/compress_assets.py#L11 Unless there's some secret sauce that I'm missing, this is a missing dependency.

Please update this issue with more. **Must-haves:** - Delete the `html_*` plugins for good, because they're scary - Delete the `count_*` plugins, because they're mostly unused - Delete the `strip_tags`...