Handling CSS changes

All CSS changes you make using the Code or Visual Editor are trackable and shareable.

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.

As soon as you make your first CSS change, you'll see a bubble with a counter show up in the toolbar.

To see all the changes, click on "CSS Changes" on the toolbar:

A popup will show up:

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 changes

  • Export as a file

    • Export all changes as a .css file

  • Reset all changes

    • Reset all changes (un-reversible). The CSS will go back to its original version.

  • Copy all changes

    • Copy all changes to the clipboard

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 updated