resource / Front-End-Standards

Front-end development standards for Resource.
MIT License
23 stars 1 forks source link

Line Breaks too many spacing in sample #62

Closed nicetransition closed 11 years ago

nicetransition commented 11 years ago

There are too many spaces and not enough spaces in this demo under Line Breaks:

// Nice. Some breathing room here. 
.module {
  color: black;
  width: 100%;
    .shrim {
        color: green;
        font-size: 16px;
    }

    .taargus {
        color: blue;
        font-size: 14px;
    }

    .spaghett {
        color: red;
        font-size: 12px;
    }
}

Should be:

// Nice. Some breathing room here. 
.module {
••••color: black;
••••width: 100%;
••••.shrim {
••••••••color: green;
••••••••font-size: 16px;
••••}

    .taargus {
        color: blue;
        font-size: 14px;
    }

    .spaghett {
        color: red;
        font-size: 12px;
    }
}

https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/Sass.md#line-breaks