Ashfahan
Ashfahan
@artur-13 there is already a tool that can help you with merging queries together [mqpacker](https://github.com/hail2u/node-css-mqpacker) but sadly its depreciated. also you can extend it by another plugin [sort-css-media-queries](https://github.com/dutchenkoOleg/sort-css-media-queries) to support...
Shouldn't the output have merge body into one style ? correct me if i am wrong. ``` body { line-height: 1.5; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; color: #474747; background-color: #f0f0f0; text-align:...
@ben-eb your example is clear but code i have doesn't have duplicate properties but duplicate selectors. my Issue is related to the merge selectors, not to merge properties. merging selectors...
> True, it may be safe to merge non-adjacent selectors if there are no conflicting properties in the intermediary blocks. if you are referring to duplicate properties having same value...