A simple, client-side HTML/CSS/JS tool that processes CSS on-the-fly. It scans for `left:` and `right:` rules in your CSS, swaps them using a temporary token, appends a `/*max*/` marker to the new rules (unless already present), and displays the transformed CSS instantly. -
View it on GitHub