new_site/_sass/_positions.scss

8 lines
53 B
SCSS

.left {
float: left;
}
.right {
float: right;
}