Lines Matching refs:merging

107 * Improves longhand-into-shorthand merging mechanism in complex cases as with `border-*` shorthands.
109 … [#525](https://github.com/jakubpawlowicz/clean-css/issues/525) - restores `inherit`-based merging.
113 …ps://github.com/jakubpawlowicz/clean-css/issues/886) - better multi pseudo class / element merging.
121 …(https://github.com/jakubpawlowicz/clean-css/issues/934) - smarter longhand into shorthand merging.
162 * Fixed issue [#891](https://github.com/jakubpawlowicz/clean-css/issues/891) - merging vendor-prefi…
185 …](https://github.com/jakubpawlowicz/clean-css/issues/875) - invalid traversing in semantic merging.
211 * Re-enables `background-(clip|origin|size)` merging with `background` shorthand.
215 … issue [#290](https://github.com/jakubpawlowicz/clean-css/issues/290) - removes aggressive merging.
231 * Fixed issue [#796](https://github.com/jakubpawlowicz/clean-css/issues/796) - semantic merging for…
237 …(https://github.com/jakubpawlowicz/clean-css/issues/829) - adds more strict selector merging rules.
286 …d issue [#814](https://github.com/jakubpawlowicz/clean-css/issues/814) - `:selection` rule merging.
313 * Fixed issue [#779](https://github.com/jakubpawlowicz/clean-css/issues/779) - merging `background-…
351 * Sped up merging by body advanced optimization.
385 * Fixed issue [#674](https://github.com/jakubpawlowicz/clean-css/issues/674) - adjacent merging ord…
398 …issue [#655](https://github.com/jakubpawlowicz/clean-css/issues/655) - shorthands override merging.
427 …#645](https://github.com/jakubpawlowicz/clean-css/issues/645) - adds bottom to top `media` merging.
451 * Fixed issue [#634](https://github.com/jakubpawlowicz/clean-css/issues/634) - merging :placeholder…
533 * Fixed issue [#567](https://github.com/jakubpawlowicz/clean-css/issues/567) - merging colors as fu…
545 …ue [#558](https://github.com/jakubpawlowicz/clean-css/issues/558) - units in same selector merging.
563 … [#544](https://github.com/jakubpawlowicz/clean-css/issues/544) - regression in same value merging.
599 * Fixed issue [#500](https://github.com/jakubpawlowicz/clean-css/issues/500) - merging duplicate ad…
601 * Fixed issue [#507](https://github.com/jakubpawlowicz/clean-css/issues/507) - merging longhands in…
667 * Adds better non-adjacent selector merging when body is the same.
673 * Fixed issue [#204](https://github.com/jakubpawlowicz/clean-css/issues/204) - `@media` merging.
694 …ue [#452](https://github.com/jakubpawlowicz/clean-css/issues/452) - regression in advanced merging.
736 * Fixed issue [#410](https://github.com/jakubpawlowicz/clean-css/issues/410) - advanced merging and…
758 * Fixed issue [#344](https://github.com/jakubpawlowicz/clean-css/issues/344) - merging `background-…
762 …3](https://github.com/jakubpawlowicz/clean-css/issues/373) - proper `background` shorthand merging.
768 …tps://github.com/jakubpawlowicz/clean-css/issues/405) - disables default `background-size` merging.
769 …sue [#304](https://github.com/jakubpawlowicz/clean-css/issues/304) - `background-position` merging.
774 …sue [#304](https://github.com/jakubpawlowicz/clean-css/issues/304) - `background-position` merging.
779 …ue [#373](https://github.com/jakubpawlowicz/clean-css/issues/373) - `background` shorthand merging.
784 …fix to issue [#390](https://github.com/jakubpawlowicz/clean-css/issues/390) - pseudo-class merging.
805 * Fixed issue [#358](https://github.com/jakubpawlowicz/clean-css/issues/358) - property merging in …
866 * Fixed issue [#304](https://github.com/jakubpawlowicz/clean-css/issues/304) - merging multiple bac…
867 * Fixed issue [#312](https://github.com/jakubpawlowicz/clean-css/issues/312) - merging with mixed r…
918 …](https://github.com/jakubpawlowicz/clean-css/issues/168) - adds better property merging algorithm.
922 * Fixed issue [#197](https://github.com/jakubpawlowicz/clean-css/issues/197) - adds borders merging
923 …github.com/jakubpawlowicz/clean-css/issues/210) - adds temporary workaround for aggressive merging.
937 …(https://github.com/jakubpawlowicz/clean-css/issues/267) - incorrect non-adjacent selector merging.
962 * Fixed issue [#248](https://github.com/jakubpawlowicz/clean-css/issues/248) - incorrect merging fo…
994 …223](https://github.com/jakubpawlowicz/clean-css/issues/223) - two-pass adjacent selectors merging.
1004 …ps://github.com/jakubpawlowicz/clean-css/issues/232) - edge case in non-adjacent selectors merging.
1050 * Adds CSS tokenizer which will make it possible to optimize content by reordering and/or merging s…
1052 * Adds merging duplicate properties within a single selector's body.
1053 * Adds merging adjacent selectors within a scope (single and multiple ones).
1055 * Makes all multiple selectors ordered alphabetically (aids merging).