mixyll/_sass/_positions.scss

8 lines
53 B
SCSS
Raw Normal View History

2020-01-24 11:20:29 +00:00
.left {
float: left;
}
.right {
float: right;
}