Write code and back with CTRL+Z and use now Shift+CTRL+Z thats the result for a
scss file:

  :before {
   isplay: block;
        content: '';
   osition: absolute;
                left: 50%;
                right: 50%;
   op: 0;
   eight: 100%;
        margin-left: -50vw;
        margin-right: -50vw;
                background-color: red;
  &}

it should be

        &:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        right: 50%;
        top: 0;
        height: 100%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: red;
        }

-- 
<http://forum.pspad.com/read.php?4,68351,68351>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem