Comment on page
Handling CSS changes
That means you'll never lose your changes anymore.
You can see all the improvements you've made, and easily copy or export them all.
To see all the changes, click on the button "CSS Changes" on the top bar:

A modal (popup) will appear:

There are four options on the top:
- Share all changes
- Generates a unique URL that you can share with your team or clients so that they can see the website with all your CSS chanes
- Export as a file
- Export all changes as a .css file
- Reset all changes
- Reset all changes (un-reversible). The CSS will back to its original version.
- Copy all changes
- Copy all changes to the clipboard
And then each modified element is shown separately with a git diff visualizer (see which lines you removed, edited, or added), and you have two options:
- Copy changes only (copy only the changes to the clipboard)
- Copy new code (copies all the CSS code for that element to the clipboard)
Last modified 1yr ago