0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Enhancing border combinations, removing multiples internally More... over 13 years ago
-Enhancing test cases for aurals to include other props More... over 13 years ago
-Enhanced aural combinations, removing multiples internally More... over 13 years ago
-Hacking in multi line comment removal in json files, but it only works at the start before the first '{' More... over 13 years ago
-Improved csw combination More... over 13 years ago
-Implemented faster comment striper More... over 13 years ago
-Adding 167 to the doubles ignore list for now, until a sane solution can be found -Added test case for mp combinations More... over 13 years ago
-Enhancing margin/padding combination to handle shorthanded cases (margin:0;margin-left:10px -> margin:0 0 0 10px;) -Removing multiple margin declarations directly within combination handler. Need to make rm-multi-define less dependent More... over 13 years ago
-Renaming modes -Adding tests that failed to the final message More... over 13 years ago
-Removing quotes around attribute selectors -Smarter lowercasing of selectors More... over 13 years ago
-Better handling of unknown artifacts, still hold their place on the page More... over 13 years ago
-Adding handle for special font property conversions -Added compression of font-weight/line-height value inside font prop values More... over 13 years ago
-No space required before !important More... over 13 years ago
-Media elements are now kept in the same position in the stylesheet More... over 13 years ago
-Adding font-weight compressions on shorthanded font declarations More... over 13 years ago
-Only :first-line and :first-letter pseduo selectors require a space before comma or brace More... over 13 years ago
working with workdown More... over 13 years ago
-working with markdown More... over 13 years ago
Working with markdown More... over 13 years ago
-Adding contribution help More... over 13 years ago
-added support for preservation of spacing characters inside strings More... over 13 years ago
-Adding string preserver test from yui More... over 13 years ago
-now doing a quick lexer to strip out comments, using regex just wasn't cutting it for the more complex css hacks -add-unknown option added to print out unknown blocks in a comment string at the top of the compressed stylesheet. -independent declarations within nested media rule sets are now caught. Still need to find a way to compress them. -updated json files to only accept '//' comments, block comments got complicated with this update -added single.php to unit framework for the ability to focus on a single method in testing More... over 13 years ago
-IE only has pseduo-selector problems when they are followed directly by a comma or rule set block. More... over 13 years ago
-Typo in mode config More... over 13 years ago
-Added support for box-model hack, brought back the rm-multi-define option to block removal of properties in rule sets More... over 13 years ago
-Adding 'sane' mode, which replaces safe mode configuration, and restructures safe mode to do zero combinations -HTML comments are not valid CSS Comments, removing them from trimming method More... over 13 years ago
-Added support for keyframes, namespaces, multi-level media queries, and just about any other intro -Structural changes to support custom intro handlers -Added intro test sheet for unit testing More... over 13 years ago
-Shrinking codebase More... over 13 years ago
-Added static addMode method for custom modes -simplifying setup More... over 13 years ago