pages/_sass/_positions.scss
2017-01-31 12:16:27 -05:00

8 lines
53 B
SCSS

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