Titanic

@mixin iceberg {
    float: none;
}

#titanic {
    @include iceberg;
}
Vote up this code2